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

Syntax

C#
public int LineLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property LineLength As Integer
Visual C++
public:
property int LineLength {
	int get ();
}

See Also