IndexedArrayT(T) Constructor

Creates an IndexedArrayT.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.143 -- Release Build+524337d392fd5616b12b50022b004322b9e7c330
public IndexedArray(
	T defaultValue
)

Parameters

defaultValue  T

[Missing <param name="defaultValue"/> documentation for "M:Gemstone.Collections.IndexedArray`1.#ctor(`0)"]

See Also