Determines whether the collection contains the specified type.

Namespace: Castle.ActiveRecord.Framework.Internal
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public bool Contains(
	Type type
)

Parameters

type
Type
The type.

Return Value

true if the collection contains the specified type; otherwise, false.

See Also