[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.StructList-1.Add

Add Method

Add(in T)

Adds a struct to the end of the StructList<T>.

Declaration
public void Add(in T item)
Public Sub Add(ByRef item As T)
Parameters
Type Name Description
T item

The struct to be added to the end of the StructList<T>.