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

XmlIncludeAttribute() public method

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