ABT.MemberIterator.Status.Status C# (CSharp) 메소드

Status() 공개 메소드

public Status ( ExprType base_type ) : System
base_type ExprType
리턴 System
            public Status(ExprType base_type) {
                this.base_type = base_type;
                this.indices = new List<Int32>();
            }