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

TryReadInt64Array() public method

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

Same methods

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