[Missing <summary> documentation for "P:Remotion.Linq.Collections.MultiDictionary`2.KeyCount"]

Namespace: Remotion.Linq.Collections
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public int KeyCount { get; }
Visual Basic
Public ReadOnly Property KeyCount As Integer
	Get
Visual C++
public:
property int KeyCount {
	int get ();
}

See Also