Initializes a new instance of the MetaType class

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

Syntax

C#
public MetaType(
	IDictionary<Object, string> values,
	IType baseType
)
Visual Basic
Public Sub New ( _
	values As IDictionary(Of Object, String), _
	baseType As IType _
)
Visual C++
public:
MetaType(
	IDictionary<Object^, String^>^ values, 
	IType^ baseType
)

Parameters

values
Type: System.Collections.Generic..::..IDictionary<(Of <(<'Object, String>)>)>

[Missing <param name="values"/> documentation for "M:NHibernate.Type.MetaType.#ctor(System.Collections.Generic.IDictionary{System.Object,System.String},NHibernate.Type.IType)"]

baseType
Type: NHibernate.Type..::..IType

[Missing <param name="baseType"/> documentation for "M:NHibernate.Type.MetaType.#ctor(System.Collections.Generic.IDictionary{System.Object,System.String},NHibernate.Type.IType)"]

See Also