Generic mechanism for creating arrays of variables
| C# | Visual Basic | Visual C++ |
public static VariableArray<TItem, TArray> Array<TItem, TArray>( TItem itemPrototype, Range r ) where TItem : Variable, SettableTo<TItem>, ICloneable
Public Shared Function Array(Of TItem As {Variable, SettableTo(Of TItem), ICloneable}, TArray) ( _ itemPrototype As TItem, _ r As Range _ ) As VariableArray(Of TItem, TArray)
public: generic<typename TItem, typename TArray> where TItem : Variable, SettableTo<TItem>, ICloneable static VariableArray<TItem, TArray>^ Array( TItem itemPrototype, Range^ r )
- TItem
- Element type
- TArray
- Array type
- itemPrototype (TItem)
- Item prototype
- r (Range)
- Range