System.Xml.Serialization.XmlAttributeOverrides.this C# (CSharp) Method

this() public method

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

Same methods

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