'Declaration Public Sub AddRange( _ ByVal from As Integer, _ ByVal to As Integer _ )
'Declaration
Public Sub AddRange( _ ByVal from As Integer, _ ByVal to As Integer _ )
'Usage Dim instance As C1OrderedSet Dim from As Integer Dim to As Integer instance.AddRange(from, to)
'Usage
Dim instance As C1OrderedSet Dim from As Integer Dim to As Integer instance.AddRange(from, to)
public void AddRange( int from, int to )
public: void AddRange( int from, int to )
C1OrderedSet Class C1OrderedSet Members