CSLE.CLType.CLType C# (CSharp) Method

CLType() private method

private CLType ( SType type ) : System
type SType
return System
        private CLType(SType type)
        {
            this.stype = type;
        }
        public static implicit operator Type(CLType m)

Same methods

CLType::CLType ( Type type ) : System