TypeTabulator.TypeTabulator C# (CSharp) Method

TypeTabulator() public method

public TypeTabulator ( Profile, p ) : System
p Profile,
return System
    public TypeTabulator(Profile p)
        : base(p)
    {
        current_type_data = new int [TypeTableSize];
    }

Same methods

TypeTabulator::TypeTabulator ( Profile, p, int start_t, int end_t ) : System