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