System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.TryReadInt32Array C# (CSharp) Method

TryReadInt32Array() public method

public TryReadInt32Array ( XmlObjectSerializerReadContext context ) : bool
context XmlObjectSerializerReadContext
return bool
        public bool TryReadInt32Array(XmlObjectSerializerReadContext context,
#else

Same methods

XmlReaderDelegator.XmlReaderDelegator::TryReadInt32Array ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, int &array ) : bool
XmlReaderDelegator.XmlReaderDelegator