YAXLib.YAXTypeAttribute.YAXTypeAttribute C# (CSharp) Method

YAXTypeAttribute() public method

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