System.Xml.Serialization.XmlAttributeOverrides.this C# (CSharp) 메소드

this() 공개 메소드

public this ( Type type ) : XmlAttributes
type Type
리턴 XmlAttributes
        public XmlAttributes this[Type type] {
            get {
                return this[type, string.Empty];
            }
        }

Same methods

XmlAttributeOverrides::this ( Type type, string member ) : XmlAttributes
XmlAttributeOverrides