[Missing <summary> documentation for "M:NHibernate.Type.TypeFactory.InjectParameters(System.Object,System.Collections.Generic.IDictionary{System.String,System.String})"]

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

Syntax

C#
public static void InjectParameters(
	Object type,
	IDictionary<string, string> parameters
)
Visual Basic
Public Shared Sub InjectParameters ( _
	type As Object, _
	parameters As IDictionary(Of String, String) _
)
Visual C++
public:
static void InjectParameters(
	Object^ type, 
	IDictionary<String^, String^>^ parameters
)

Parameters

type
Type: System..::..Object

[Missing <param name="type"/> documentation for "M:NHibernate.Type.TypeFactory.InjectParameters(System.Object,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.TypeFactory.InjectParameters(System.Object,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also