[Missing <summary> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]

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

Syntax

C#
public virtual CollectionType Array(
	string role,
	string propertyRef,
	bool embedded,
	Type elementClass
)
Visual Basic
Public Overridable Function Array ( _
	role As String, _
	propertyRef As String, _
	embedded As Boolean, _
	elementClass As Type _
) As CollectionType
Visual C++
public:
virtual CollectionType^ Array(
	String^ role, 
	String^ propertyRef, 
	bool embedded, 
	Type^ elementClass
)

Parameters

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]

propertyRef
Type: System..::..String

[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]

embedded
Type: System..::..Boolean

[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]

elementClass
Type: System..::..Type

[Missing <param name="elementClass"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]

Implements

ICollectionTypeFactory..::..Array(String, String, Boolean, Type)

See Also