Gets /Sets End Object

Namespace:  Hyleos.Common.Geometry
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public T End { get; set; }
Visual Basic (Declaration)
Public Property End As T
Visual C++
public:
property T End {
	T get ();
	void set (T value);
}

See Also