PredefinedFunctions.SetInArray<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 void SetInArray(int position, T value, System::Collections::Generic::Dictionary<int, T> ^ array, T zeroValue);
public static void SetInArray<T> (int position, T value, System.Collections.Generic.Dictionary<int,T> array, T zeroValue);
static member SetInArray : int * 'T * System.Collections.Generic.Dictionary<int, 'T> * 'T -> unit
Public Shared Sub SetInArray(Of T) (position As Integer, value As T, array As Dictionary(Of Integer, T), zeroValue As T)
Type Parameters
- T
Parameters
- position
- Int32
- value
- T
- array
- Dictionary<Int32,T>
- zeroValue
- T