PeterO.IniEntry

## PeterO.IniEntry

public sealed class IniEntry

Not documented yet.

Member Summary

### IniEntry Constructor

public IniEntry(
    PeterO.IniEntry entry);

Initializes a new instance of the.

Parameters:

Exceptions:

### IniEntry Constructor

public IniEntry(
    string comment);

Initializes a new instance of the.

Parameters:

Exceptions:

### IniEntry Constructor

public IniEntry(
    string key,
    string value);

Initializes a new instance of the.

Parameters:

Exceptions:

### IsComment

public bool IsComment { get; }

Gets a value indicating whether this entry is a comment line.

Returns:

true if this entry is a comment line; otherwise, false .

### Key

public string Key { get; }

Gets a value not documented yet.

Returns:

A value not documented yet.

### Value

public string Value { get; }

Gets a value not documented yet.

Returns:

A value not documented yet.

### ToString

public override string ToString();

Converts this object to a text string.

Return Value:

A text string.

Back to petero-csharp start page.