コード例 #1
0
ファイル: AcError.cs プロジェクト: tankyx/actools
 private static string MessageFromType(AcErrorType type)
 {
     return(type.GetDescription() ?? @"?");
 }
コード例 #2
0
ファイル: AcError.cs プロジェクト: gro-ove/actools
 private static string MessageFromType(AcErrorType type) {
     return type.GetDescription() ?? @"?";
 }