Method Add Add(in T) Add an element to the array. Declaration public int Add(in T value) Parameters Type Name Description T value Element to add to the array. Returns Type Description int The index of the element.