IniWhiteSpace Class

TG.INI

IniWhiteSpace Class

[Missing <summary> documentation for "T:TG.INI.IniWhiteSpace"]

Inheritance Hierarchy
SystemObject  TG.INIIniEntry
    TG.INIIniWhiteSpace

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniWhiteSpace : IniEntry
Public Class IniWhiteSpace
	Inherits IniEntry
public ref class IniWhiteSpace : public IniEntry
type IniWhiteSpace =  
    class
        inherit IniEntry
    end

The IniWhiteSpace type exposes the following members.

Constructors
  NameDescription
Public methodIniWhiteSpace
Initializes a new instance of IniWhiteSpace.
Public methodIniWhiteSpace(Int32)
Initializes a new instance of IniWhiteSpace with a provided number of spaces.
Public methodIniWhiteSpace(String)
Initializes a new instance of IniWhiteSpace with a provided white space string.
Top
Properties
  NameDescription
Public propertyEntryType
Gets value WhiteSpace.
(Overrides IniEntryEntryType.)
Public propertyParentDocument
Gets the parent IniDocument.
(Inherited from IniEntry.)
Public propertySpaces
Gets or Sets the number of spaces contained in this IniWhiteSpace.
Public propertyValue
Gets or Sets the space string of the white space.
(Overrides IniEntryValue.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the entry.
(Inherited from IniEntry.)
Top
Events
  NameDescription
Public eventValueChanged
Event that is called when a value has changed.
(Inherited from IniEntry.)
Top
See Also