|
IndexedArrayT Constructor (T)
|
Namespace:
GSF.Collection
Assembly:
GSF.Core (in GSF.Core.dll) Version: 2.2.61-beta
Syntax public IndexedArray(
T defaultValue
)
Public Sub New (
defaultValue As T
)
public:
IndexedArray(
T defaultValue
)
new :
defaultValue : 'T -> IndexedArray
GSF.Collection.IndexedArray = function(defaultValue);
Request Example
View SourceParameters
- defaultValue
- Type: T
See Also