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

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

Syntax

C#
public virtual TValue FirstValue { get; }
Visual Basic
Public Overridable ReadOnly Property FirstValue As TValue
	Get
Visual C++
public:
virtual property TValue FirstValue {
	TValue get ();
}

See Also