コード例 #1
0
ファイル: BaseEntity.cs プロジェクト: floatyears/CodeX
 public int GetIntVal(string name)
 {
     return(attribute.GetInt(name));
 }