[Missing <summary> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

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

Syntax

C#
public static CollectionType CustomCollection(
	string typeName,
	IDictionary<string, string> typeParameters,
	string role,
	string propertyRef,
	bool embedded
)
Visual Basic
Public Shared Function CustomCollection ( _
	typeName As String, _
	typeParameters As IDictionary(Of String, String), _
	role As String, _
	propertyRef As String, _
	embedded As Boolean _
) As CollectionType
Visual C++
public:
static CollectionType^ CustomCollection(
	String^ typeName, 
	IDictionary<String^, String^>^ typeParameters, 
	String^ role, 
	String^ propertyRef, 
	bool embedded
)

Parameters

typeName
Type: System..::..String

[Missing <param name="typeName"/> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

typeParameters
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>

[Missing <param name="typeParameters"/> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

propertyRef
Type: System..::..String

[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

embedded
Type: System..::..Boolean

[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.TypeFactory.CustomCollection(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Boolean)"]

See Also