[Missing <summary> documentation for "M:NHibernate.Util.PropertiesHelper.GetBoolean(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 bool GetBoolean(
	string property,
	IDictionary<string, string> properties
)
Visual Basic
Public Shared Function GetBoolean ( _
	property As String, _
	properties As IDictionary(Of String, String) _
) As Boolean
Visual C++
public:
static bool GetBoolean(
	String^ property, 
	IDictionary<String^, String^>^ properties
)

Parameters

property
Type: System..::..String

[Missing <param name="property"/> documentation for "M:NHibernate.Util.PropertiesHelper.GetBoolean(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.GetBoolean(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

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

See Also