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

CLS_Type_Enum() 공개 메소드

public CLS_Type_Enum ( Type type, string keyword = null ) : System
type System.Type
keyword string
리턴 System
        public CLS_Type_Enum(Type type, string keyword = null)
        {
            this.type = type;
            this.keyword = keyword == null ? type.Name : keyword;
            this.sysType = type;
        }