ManagedSortedSet.Add Method

Definition

Overloads

Add(IEnumerable<Int32>)
Add(Int32[])

Add(IEnumerable<Int32>)

public void Add (System.Collections.Generic.IEnumerable<int> items);
member this.Add : seq<int> -> unit
Public Sub Add (items As IEnumerable(Of Integer))

Parameters

Applies to

Add(Int32[])

public void Add (params int[] items);
member this.Add : int[] -> unit
Public Sub Add (ParamArray items As Integer())

Parameters

items
Int32[]

Applies to