RemObjects.Elements.System.List<T> Extension
Location
- Reference: Elements.fx
- Namespace: RemObjects.Elements.RTL
- Extends: RemObjects.Elements.System.List<T>
- Platforms: Island
Instance Methods
JoinedString
Parameters:
- aSeparator:
ToSortedList
method ToSortedList(aComparison: Comparison<T>): ImmutableList<T>
ImmutableList<T> ToSortedList(Comparison<T> aComparison)
func ToSortedList(_ aComparison: Comparison<T>) -> ImmutableList<T>
Function ToSortedList(aComparison As Comparison<T>) As ImmutableList<T>
Parameters:
- aComparison:
UniqueCopy
method UniqueCopy: not nullable RemObjects.Elements.RTL.ImmutableList<T>
RemObjects.Elements.RTL.ImmutableList<T>! UniqueCopy()
func UniqueCopy() -> RemObjects.Elements.RTL.ImmutableList<T>
Function UniqueCopy() As RemObjects.Elements.RTL.ImmutableList<T>