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