[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.SetMapper.Type``1"]

Namespace: NHibernate.Mapping.ByCode.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void Type<TCollection>()
where TCollection : IUserCollectionType
Visual Basic
Public Sub Type(Of TCollection As IUserCollectionType)
Visual C++
public:
generic<typename TCollection>
where TCollection : IUserCollectionType
virtual void Type() sealed

Type Parameters

TCollection

[Missing <typeparam name="TCollection"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.SetMapper.Type``1"]

Implements

ICollectionPropertiesMapper..::..Type<(Of <<'(TCollection>)>>)()()()()

See Also