コード例 #1
0
 internal static StreamRecorderErrorCode Ignore(this StreamRecorderErrorCode errorCode, StreamRecorderErrorCode ignore)
 {
     return((ignore == errorCode) ? StreamRecorderErrorCode.None : errorCode);
 }