IndexCollectionICollectionInt32Add Method
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
void ICollection<int>.Add(
int item
)
Private Sub Add (
item As Integer
) Implements ICollection(Of Integer).Add
private:
virtual void Add(
int item
) sealed = ICollection<int>::Add
private abstract Add :
item : int -> unit
private override Add :
item : int -> unit
- item Int32
- The object to add to the ICollectionT.
ICollectionTAdd(T)