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

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

Syntax

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

See Also