Namespaces

Types in FluentNHibernate.Conventions

Type EnumerableExtensionsForConventions

Namespace FluentNHibernate.Conventions

Methods

Public static methods

bool Contains<T>(this IEnumerable<T> collection, Func<T, bool> prediate)

Checks whether a collection contains an inspector identified by a predicate.

bool Contains<T>(this IEnumerable<T> collection, string expected)

Checks whether a collection contains an inspector identified by the string value.

bool IsEmpty<T>(this IEnumerable<T> collection)

bool IsNotEmpty<T>(this IEnumerable<T> collection)