TypeTabulator.TypeTabulator C# (CSharp) 메소드

TypeTabulator() 공개 메소드

public TypeTabulator ( Profile, p ) : System
p Profile,
리턴 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