[Missing <summary> documentation for "M:NHibernate.Util.PropertiesHelper.ToDictionary(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

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

Syntax

C#
public static IDictionary<string, string> ToDictionary(
	string property,
	string delim,
	IDictionary<string, string> properties
)
Visual Basic
Public Shared Function ToDictionary ( _
	property As String, _
	delim As String, _
	properties As IDictionary(Of String, String) _
) As IDictionary(Of String, String)
Visual C++
public:
static IDictionary<String^, String^>^ ToDictionary(
	String^ property, 
	String^ delim, 
	IDictionary<String^, String^>^ properties
)

Parameters

property
Type: System..::..String

[Missing <param name="property"/> documentation for "M:NHibernate.Util.PropertiesHelper.ToDictionary(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

delim
Type: System..::..String

[Missing <param name="delim"/> documentation for "M:NHibernate.Util.PropertiesHelper.ToDictionary(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

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

[Missing <param name="properties"/> documentation for "M:NHibernate.Util.PropertiesHelper.ToDictionary(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.PropertiesHelper.ToDictionary(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also