My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
IniParser.Model.KeyData Class Reference

Information associated to a key from an INI file. Includes both the value and the comments associated to the key. More...

Inheritance diagram for IniParser.Model.KeyData:

Public Member Functions

 KeyData (string keyName)
 Initializes a new instance of the KeyData class.
 
 KeyData (KeyData ori)
 Initializes a new instance of the KeyData class from a previous instance of KeyData.
 
object Clone ()
 Creates a new object that is a copy of the current instance.
 

Properties

List< string > Comments [get, set]
 Gets or sets the comment list associated to this key.
 
string Value [get, set]
 Gets or sets the value associated to this key.
 
string KeyName [get, set]
 Gets or sets the name of the key.
 

Detailed Description

Information associated to a key from an INI file. Includes both the value and the comments associated to the key.

Constructor & Destructor Documentation

◆ KeyData()

IniParser.Model.KeyData.KeyData ( KeyData  ori)
inline

Initializes a new instance of the KeyData class from a previous instance of KeyData.

Data is deeply copied

Parameters
oriThe instance of the KeyData class used to create the new instance.

Member Function Documentation

◆ Clone()

object IniParser.Model.KeyData.Clone ( )
inline

Creates a new object that is a copy of the current instance.

Returns
A new object that is a copy of this instance.

The documentation for this class was generated from the following file: