[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NamedObjectCollection-1.-ctor

NamedObjectCollection Constructor

NamedObjectCollection()

Initializes a new instance of the NamedObjectCollection<T> class.

Declaration
public NamedObjectCollection()
Public Sub New()

NamedObjectCollection(NamedObjectCollection<T>)

Initializes a new instance of the NamedObjectCollection<T> class.

Declaration
public NamedObjectCollection(NamedObjectCollection<T> values)
Public Sub New(values As NamedObjectCollection(Of T))
Parameters
Type Name Description
NamedObjectCollection<T> values

A NamedObjectCollection<T> object that contains items for constructing a new collection object.

NamedObjectCollection(T[])

Initializes a new instance of the NamedObjectCollection<T> class.

Declaration
public NamedObjectCollection(T[] values)
Public Sub New(values As T())
Parameters
Type Name Description
T[] values

An Array.