System.Xml.XsdValidatingReader.InternalReadElementContentAsObjectAsync C# (CSharp) 메소드

InternalReadElementContentAsObjectAsync() 개인적인 메소드

private InternalReadElementContentAsObjectAsync ( bool unwrapTypedValue ) : object>>.Task
unwrapTypedValue bool
리턴 object>>.Task
        private async Task<Tuple<XmlSchemaType, object>> InternalReadElementContentAsObjectAsync(bool unwrapTypedValue)
        {
            var tuple_13 = await InternalReadElementContentAsObjectTupleAsync(unwrapTypedValue).ConfigureAwait(false);

            return new Tuple<XmlSchemaType, object>(tuple_13.Item1, tuple_13.Item3);
        }

Same methods

XsdValidatingReader::InternalReadElementContentAsObjectAsync ( ) : object>>.Task
XsdValidatingReader