TG.INI
IniWhiteSpace Constructor (Int32) |
Initializes a new instance of IniWhiteSpace with a provided number of spaces.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniWhiteSpace( int spaces )
Public Sub New ( spaces As Integer )
public: IniWhiteSpace( int spaces )
new : spaces : int -> IniWhiteSpace
Parameters
- spaces
- Type: SystemInt32
The number of spaces the new instance represents.
See Also