[Missing <summary> documentation for "M:Remotion.Linq.Utilities.RegistryBase`3.RegisterForTypes(System.Collections.Generic.IEnumerable{System.Type})"]

Namespace: Remotion.Linq.Utilities
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected abstract void RegisterForTypes(
	IEnumerable<Type> itemTypes
)
Visual Basic
Protected MustOverride Sub RegisterForTypes ( _
	itemTypes As IEnumerable(Of Type) _
)
Visual C++
protected:
virtual void RegisterForTypes(
	IEnumerable<Type^>^ itemTypes
) abstract

Parameters

itemTypes
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Type>)>)>

[Missing <param name="itemTypes"/> documentation for "M:Remotion.Linq.Utilities.RegistryBase`3.RegisterForTypes(System.Collections.Generic.IEnumerable{System.Type})"]

See Also