ManagedSortedSet.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- items
- IEnumerable<Int32>
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[]