[Missing <summary> documentation for "M:NHibernate.Type.TypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static CollectionType Array( string role, string propertyRef, bool embedded, Type elementClass ) |
Visual Basic |
---|
Public Shared Function Array ( _ role As String, _ propertyRef As String, _ embedded As Boolean, _ elementClass As Type _ ) As CollectionType |
Visual C++ |
---|
public: static CollectionType^ Array( String^ role, String^ propertyRef, bool embedded, Type^ elementClass ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Type.TypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.TypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]
- embedded
- Type: System..::..Boolean
[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.TypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]
- elementClass
- Type: System..::..Type
[Missing <param name="elementClass"/> documentation for "M:NHibernate.Type.TypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.TypeFactory.Array(System.String,System.String,System.Boolean,System.Type)"]