CSLE.CLS_Type_Class.SetBaseType C# (CSharp) 메소드

SetBaseType() 공개 메소드

public SetBaseType ( IList types ) : void
types IList
리턴 void
        public void SetBaseType(IList<ICLS_Type> types)
        {
            this.types = types;
        }
        IList<ICLS_Type> types;