System.Xml.Serialization.SoapIncludeAttribute.SoapIncludeAttribute C# (CSharp) Method

SoapIncludeAttribute() public method

public SoapIncludeAttribute ( Type type ) : System
type System.Type
return System
        public SoapIncludeAttribute(Type type) {
            this.type = type;
        }
SoapIncludeAttribute