// No need to invoke this constructor ... use the AddField method // of CbStruct instead public CbField(string nm, CbType t, CbStruct owner) { Name = nm; Type = t; Owner = owner; }
// No need to invoke this constructor ... use the AddField method // of CbStruct instead public CbField( string nm, CbType t, CbStruct owner ) { Name = nm; Type = t; Owner = owner; }