ABT.Utils.StoreEntry.StoreEntry C# (CSharp) Method

StoreEntry() public method

public StoreEntry ( String name, ExprType type, Int32 offset ) : System
name String
type ExprType
offset System.Int32
return System
            public StoreEntry(String name, ExprType type, Int32 offset) {
                this.name = name;
                this.type = type;
                this.offset = offset;
            }
            public readonly String name;
Utils.StoreEntry