Property | Type | Description | |
---|---|---|---|
comment | string | ||
key | string | ||
value | string |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to the current IniFile+KeyPair.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a IniFile+KeyPair object.
|
|
KeyPair ( string key, string value, string comment ) : System |
Initializes a new instance of the IniFile+KeyPair class.
|
|
ToString ( ) : string |
Returns a System.String that represents the current IniFile+KeyPair.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public KeyPair ( string key, string value, string comment ) : System | ||
key | string | Key name. |
value | string | Value of key. |
comment | string | Comment of key. |
return | System |