Initializes a new instance of the CompositeCustomType class
Namespace: NHibernate.TypeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public CompositeCustomType( Type userTypeClass, IDictionary<string, string> parameters ) |
Visual Basic |
---|
Public Sub New ( _ userTypeClass As Type, _ parameters As IDictionary(Of String, String) _ ) |
Visual C++ |
---|
public: CompositeCustomType( Type^ userTypeClass, IDictionary<String^, String^>^ parameters ) |
Parameters
- userTypeClass
- Type: System..::..Type
[Missing <param name="userTypeClass"/> documentation for "M:NHibernate.Type.CompositeCustomType.#ctor(System.Type,System.Collections.Generic.IDictionary{System.String,System.String})"]
- parameters
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
[Missing <param name="parameters"/> documentation for "M:NHibernate.Type.CompositeCustomType.#ctor(System.Type,System.Collections.Generic.IDictionary{System.String,System.String})"]