예제 #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();