IniEntry.EntryType Property

TG.INI

IniEntryEntryType Property

Gets the type of entry represented by EntryTypes.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public abstract EntryTypes EntryType { get; }
Public MustOverride ReadOnly Property EntryType As EntryTypes
	Get
public:
virtual property EntryTypes EntryType {
	EntryTypes get () abstract;
}
abstract EntryType : EntryTypes with get

Property Value

Type: EntryTypes
See Also