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

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

Syntax

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

Parameters

property
Type: System..::..String

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

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

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

defaultValue
Type: System..::..Int32

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

Return Value

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

See Also