次の方法で共有


PredefinedFunctions.GetFromArray<T> Method

Definition

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

Applies to