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