System.Runtime.Serialization.ExtensionDataReader.this C# (CSharp) 메소드

this() 공개 메소드

public this ( string name, string namespaceURI ) : string
name string
namespaceURI string
리턴 string
        public override string this[string name, string namespaceURI] { get { return IsXmlDataNode ? _xmlNodeReader[name, namespaceURI] : GetAttribute(name, namespaceURI); } }

Same methods

ExtensionDataReader::this ( int i ) : string
ExtensionDataReader::this ( string name ) : string