SetDocumentationICollectionInt32Add Method
Namespace: XMLCommentsExamples.DocumentationInheritanceAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
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)