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