RemObjects.Elements.System.List<T> Extension

Location

Instance Methods


JoinedString

 

method JoinedString(aSeparator: nullable String): not nullable String

 

String! JoinedString(String? aSeparator)

 

func JoinedString(_ aSeparator: String?) -> String

 

Function JoinedString(aSeparator As String?) 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>

 

Function UniqueCopy() As RemObjects.Elements.RTL.ImmutableList<T>