Exemplo n.º 1
0
 /// <summary>
 /// Get a field of this module, if it exists
 /// </summary>
 /// <param name="name">The name of the field</param>
 /// <returns>FieldDef for "name", or null if one doesn't exist</returns>
 public FieldDef GetField(string name)
 {
     return(defaultClass.GetField(name));
 }