- a
- The array that is being checked.
- length
- The maximum length of the array.
- elementType
- The Type of the array's elements.
- isNullable
- true if null for the array, if present for the input array, can be returned; otherwise, a new, smaller array.
The existing Array, if it is already small enough; otherwise, a new, smaller array that contains the original array's elements up to the size of length.
The protected members of System.Xml.Serialization.XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.