CSLE.CLType.CLType C# (CSharp) 메소드

CLType() 개인적인 메소드

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

Same methods

CLType::CLType ( Type type ) : System