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.ShrinkArray

[To be supplied.]

[Visual Basic]
Protected Function ShrinkArray( _
   ByVal a As Array, _
   ByVal length As Integer, _
   ByVal elementType As Type, _
   ByVal isNullable As Boolean _
) As Array
[C#]
protected Array ShrinkArray(
   Array a,
   int length,
   Type elementType,
   bool isNullable
);
[C++]
protected: Array* ShrinkArray(
   Array* a,
   int length,
   Type* elementType,
   bool isNullable
);
[JScript]
protected function ShrinkArray(
   a : Array,
   length : int,
   elementType : Type,
   isNullable : Boolean
) : Array;

Parameters

a
[To be supplied.]
length
[To be supplied.]
elementType
[To be supplied.]
isNullable
[To be supplied.]

See Also

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