Visual Basic (Declaration) | |
---|---|
Public Shared Function EnumerateLeaves( _ ByVal layers As IEnumerable(Of Layer) _ ) As IEnumerable(Of Layer) |
C# | |
---|---|
public static IEnumerable<Layer> EnumerateLeaves( IEnumerable<Layer> layers ) |
Parameters
- layers
Return Value
Layers at the leaves of the layer treeTarget Platforms:Windows Phone 7