ABT.Env.Entry.Entry C# (CSharp) Method

Entry() public method

public Entry ( EntryKind kind, ExprType type, Int32 offset ) : System
kind EntryKind
type ExprType
offset System.Int32
return System
            public Entry(EntryKind kind, ExprType type, Int32 offset) {
                this.Kind = kind;
                this.Type = type;
                this.Offset = offset;
            }
            public readonly EntryKind Kind;
Env.Entry