[Missing <summary> documentation for "P:NHibernate.Util.LinkedHashMap`2.Entry.Key"]

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

Syntax

C#
public TKey Key { get; }
Visual Basic
Public ReadOnly Property Key As TKey
	Get
Visual C++
public:
property TKey Key {
	TKey get ();
}

See Also