コード例 #1
0
ファイル: TypeViewModel.cs プロジェクト: GI3R4S/TPA_DGMK
 public override string ToString()
 {
     return("(Type) " + typeMetadata.ToString());
 }