[Missing <summary> documentation for "M:NHibernate.Bytecode.IInjectableCollectionTypeFactoryClass.SetCollectionTypeFactoryClass(System.Type)"]

Namespace: NHibernate.Bytecode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void SetCollectionTypeFactoryClass(
	Type type
)
Visual Basic
Sub SetCollectionTypeFactoryClass ( _
	type As Type _
)
Visual C++
void SetCollectionTypeFactoryClass(
	Type^ type
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Bytecode.IInjectableCollectionTypeFactoryClass.SetCollectionTypeFactoryClass(System.Type)"]

See Also