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

TryReadDateTimeArray() public method

public TryReadDateTimeArray ( XmlObjectSerializerReadContext context ) : bool
context XmlObjectSerializerReadContext
return bool
        public virtual bool TryReadDateTimeArray(XmlObjectSerializerReadContext context,
#else

Same methods

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