[Missing <summary> documentation for "P:NHibernate.Engine.FilterDefinition.ParameterTypes"]

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

Syntax

C#
public IDictionary<string, IType> ParameterTypes { get; }
Visual Basic
Public ReadOnly Property ParameterTypes As IDictionary(Of String, IType)
	Get
Visual C++
public:
property IDictionary<String^, IType^>^ ParameterTypes {
	IDictionary<String^, IType^>^ get ();
}

See Also