IniWhiteSpace.Spaces Property

TG.INI

IniWhiteSpaceSpaces Property

Gets or Sets the number of spaces contained in this IniWhiteSpace.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public int Spaces { get; set; }
Public Property Spaces As Integer
	Get
	Set
public:
property int Spaces {
	int get ();
	void set (int value);
}
member Spaces : int with get, set

Property Value

Type: Int32
See Also