コード例 #1
0
ファイル: CbType.cs プロジェクト: tagg7/cflat435
 // 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;
 }
コード例 #2
0
ファイル: CbType.cs プロジェクト: tagg7/cflat435
 // 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;
 }