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