System.Xml.Serialization.SoapIncludeAttribute.SoapIncludeAttribute C# (CSharp) Méthode

SoapIncludeAttribute() public méthode

public SoapIncludeAttribute ( Type type ) : System
type System.Type
Résultat System
        public SoapIncludeAttribute(Type type) {
            this.type = type;
        }
SoapIncludeAttribute