示例#1
0
 public static void NotImplementedException(this ThrowExtensionRoot root) => throw new NotImplementedException();
示例#2
0
 public static TReturn NotImplementedExceptionAndReturn <TReturn>(this ThrowExtensionRoot root) => throw new NotImplementedException();
示例#3
0
 public static void NotSupportedException(this ThrowExtensionRoot root) => throw new NotSupportedException();