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

this() public method

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

Same methods

SoapAttributeOverrides::this ( Type type, string member ) : SoapAttributes
SoapAttributeOverrides