public AddField ( string fieldName, string type, short flags ) : void | ||
fieldName | string | the name of the field |
type | string | the type of the field using ... |
flags | short | /// the attributes of the field, such as ACC_PUBLIC, etc. /// bitwise or'd together /// |
return | void |