[]
        
(Showing Draft Content)

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

CollectionBase Constructor

CollectionBase()

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

Declaration
public CollectionBase()
Public Sub New()

CollectionBase(CollectionBase<T>)

Initializes a new instance of the CollectionEx class containing the elements of the specified source collection.

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

A CollectionEx with which to initialize the collection.

CollectionBase(T[])

Initializes a new instance of the CollectionEx class containing the specified array of T objects.

Declaration
public CollectionBase(T[] value)
Public Sub New(value As T())
Parameters
Type Name Description
T[] value

An array of T objects with which to initialize the collection.