/// <summary> /// Get all the fields of this module /// </summary> /// <returns>An array of all the fields of this module</returns> public FieldDef[] GetFields() { return(defaultClass.GetFields()); }