CommonImplementation.FieldSetNumArray(Int32, Int32, Object) 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:
abstract void FieldSetNumArray(int fieldIndex, int arrayIndex, System::Object ^ value);
public abstract void FieldSetNumArray (int fieldIndex, int arrayIndex, object value);
abstract member FieldSetNumArray : int * int * obj -> unit
Public MustOverride Sub FieldSetNumArray (fieldIndex As Integer, arrayIndex As Integer, value As Object)
Parameters
- fieldIndex
- Int32
- arrayIndex
- Int32
- value
- Object