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

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

Syntax

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

Parameters

property
Type: System..::..String

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

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

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

defaultValue
Type: System..::..Int64

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

Return Value

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

See Also