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

TryReadBooleanArray() public method

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

Same methods

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