Exemplo n.º 1
0
 public static bool IsCollectionOfBoundedSet(this IObjectSpecImmutable specification, IObjectSpecImmutable elementSpec)
 {
     return(specification.IsCollection && elementSpec.IsBoundedSet());
 }
Exemplo n.º 2
0
 public static bool IsCollectionOfBoundedSet(this IObjectSpecImmutable specification, IObjectSpecImmutable elementSpec) {
     return specification.IsCollection && elementSpec.IsBoundedSet();
 }