ABT.MemberIterator.Status.Status C# (CSharp) Method

Status() public method

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