PredefinedFunctions.GetFromArray<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
generic <typename T>
static T GetFromArray(int position, System::Collections::Generic::Dictionary<int, T> ^ array, T zeroValue);
public static T GetFromArray<T> (int position, System.Collections.Generic.Dictionary<int,T> array, T zeroValue);
static member GetFromArray : int * System.Collections.Generic.Dictionary<int, 'T> * 'T -> 'T
Public Shared Function GetFromArray(Of T) (position As Integer, array As Dictionary(Of Integer, T), zeroValue As T) As T
Type Parameters
- T
Parameters
- position
- Int32
- array
- Dictionary<Int32,T>
- zeroValue
- T
Returns
T