System.Xml.Serialization.SoapAttributeOverrides.this C# (CSharp) Метод

this() публичный Метод

public this ( Type type ) : SoapAttributes
type System.Type
Результат SoapAttributes
        public SoapAttributes this[Type type] {
            get {
                return this[type, string.Empty];
            }
        }

Same methods

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