[Missing <summary> documentation for "P:NHibernate.Linq.Tuple`3.Third"]

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

Syntax

C#
public T3 Third { get; set; }
Visual Basic
Public Property Third As T3
	Get
	Set
Visual C++
public:
property T3 Third {
	T3 get ();
	void set (T3 value);
}

See Also