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