ABT.MemberIterator.Status.Status C# (CSharp) Méthode

Status() public méthode

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