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