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
method JoinedString(aSeparator: nullable String := nil): not nullable String
String! JoinedString(String? aSeparator = null)
func JoinedString(_ aSeparator: String? = nil) -> String
Function JoinedString(aSeparator As String? = Null) As String
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>