System.Xml.Serialization.SoapIncludeAttribute.SoapIncludeAttribute C# (CSharp) 메소드

SoapIncludeAttribute() 공개 메소드

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