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

TryReadDecimalArray() public method

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

Same methods

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