Beispiel #1
0
 public static T NotNull <T>(this IExtensibleIs extensionPoint)
 {
     throw new NotSupportedException();
 }
 private object TakesArgumentsForConstructor(IExtensibleIs extensionPoint, object first, object second)
 {
     throw new NotSupportedException();
 }
 public static Expression ValueExpression(this IExtensibleIs extensionPoint, object expectedValue)
 {
     throw new NotSupportedException();
 }
Beispiel #4
0
 public static T Matching <T>(this IExtensibleIs extensionPoint, Func <T, bool> predicate)
 {
     throw new NotSupportedException();
 }
 public static T NonArgumentValidatorTypeInAttribute <T>(this IExtensibleIs extensionPoint)
 {
     throw new NotSupportedException();
 }
 public static IEnumerable <T> SameSequence <T>(this IExtensibleIs extensionPoint, params T[] collection)
 {
     throw new NotImplementedException();
 }
 public static T ArgumentMismatchBetweenExtensionAndValidator <T>(this IExtensibleIs extensionPoint, string anArgument, int anotherArgument)
 {
     throw new NotImplementedException();
 }
 public static string TypeArgumentMismatchBetweenExtensionAndValidator(this IExtensibleIs extensionPoint)
 {
     throw new NotImplementedException();
 }
 public static object NonMatchingParameters(this IExtensibleIs i, string parameter, string parameter2)
 {
     throw new NotImplementedException();
 }
 public static string NoValidator(this IExtensibleIs extensionPoint, string returnValue)
 {
     return(returnValue);
 }
 public static string LongerThan(this IExtensibleIs extensionPoint, int length)
 {
     throw new NotSupportedException();
 }