System.Runtime.Serialization.XmlReaderDelegator.XmlReaderDelegator.TryReadBooleanArray C# (CSharp) 메소드

TryReadBooleanArray() 공개 메소드

public TryReadBooleanArray ( XmlObjectSerializerReadContext context ) : bool
context XmlObjectSerializerReadContext
리턴 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