Свойство | Тип | Описание | |
---|---|---|---|
comment | string | ||
key | string | ||
value | string |
Метод | Описание | |
---|---|---|
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 |
Результат | bool |
public KeyPair ( string key, string value, string comment ) : System | ||
key | string | Key name. |
value | string | Value of key. |
comment | string | Comment of key. |
Результат | System |