NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlSerializationReader.EnsureArrayIndex

[To be supplied.]

[Visual Basic]
Protected Function EnsureArrayIndex( _
   ByVal a As Array, _
   ByVal index As Integer, _
   ByVal elementType As Type _
) As Array
[C#]
protected Array EnsureArrayIndex(
   Array a,
   int index,
   Type elementType
);
[C++]
protected: Array* EnsureArrayIndex(
   Array* a,
   int index,
   Type* elementType
);
[JScript]
protected function EnsureArrayIndex(
   a : Array,
   index : int,
   elementType : Type
) : Array;

Parameters

a
[To be supplied.]
index
[To be supplied.]
elementType
[To be supplied.]

See Also

XmlSerializationReader Class | XmlSerializationReader Members | System.Xml.Serialization Namespace