RemObjects.Elements.System.IEnumerable<T> Extension
Location
- Reference: Elements.fx
- Namespace: RemObjects.Elements.RTL
- Extends: IEnumerable<T>
- Platforms: Island, ToffeeV2
Instance Methods
ToList<T> ToffeeV2
func ToList<T>() -> RemObjects.Elements.RTL.List<T>
ToSortedList Island
method ToSortedList: ImmutableList<T>
ImmutableList<T> ToSortedList()
func ToSortedList() -> ImmutableList<T>
Function ToSortedList() As ImmutableList<T>