public static bool Verify(RuntimeErrorId id, string actualError, params string[] args)
 {
     return(true);
 }
コード例 #2
0
ファイル: ErrorVerifier.cs プロジェクト: noahfalk/corefx
 public static bool Verify(RuntimeErrorId id, string actualError, params string[] args)
 {
     return true;
 }