PredefinedFunctions.FillEdtArray<T>(Int32, T, EdtArray<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 FillEdtArray(int size, T value, Microsoft::Dynamics::Ax::Xpp::EdtArray<T> ^ array);
public static void FillEdtArray<T> (int size, T value, Microsoft.Dynamics.Ax.Xpp.EdtArray<T> array);
static member FillEdtArray : int * 'T * Microsoft.Dynamics.Ax.Xpp.EdtArray<'T> -> unit
Public Shared Sub FillEdtArray(Of T) (size As Integer, value As T, array As EdtArray(Of T))
Type Parameters
- T
Parameters
- size
- Int32
- value
- T
- array
- Microsoft.Dynamics.Ax.Xpp.EdtArray<T>