[]
Adds the specified T to the collection.
T
public int Add(T value)
Public Function Add(value As T) As Integer
The T to add.
The index at which the new element was inserted.