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

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

Syntax

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

See Also