ATCFS For OpenBVE
 全て クラス 名前空間 ファイル 関数 変数 プロパティ ページ
公開メンバ関数 | プロパティ | 非公開変数類 | 全メンバ一覧
IniParser.Model.KeyData クラス

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

IniParser.Model.KeyData の継承関係図
Inheritance graph
[凡例]
IniParser.Model.KeyData 連携図
Collaboration graph
[凡例]

公開メンバ関数

 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. [詳解]
 

プロパティ

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. [詳解]
 

非公開変数類

List< string > _comments
 
string _value
 
string _keyName
 

詳解

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

構築子と解体子

IniParser.Model.KeyData.KeyData ( string  keyName)

Initializes a new instance of the KeyData class.

IniParser.Model.KeyData.KeyData ( KeyData  ori)

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

Data is deeply copied

引数
oriThe instance of the KeyData class used to create the new instance.

メソッド詳解

object IniParser.Model.KeyData.Clone ( )

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

戻り値
A new object that is a copy of this instance.

被呼び出し関係図:

メンバ詳解

List<string> IniParser.Model.KeyData._comments
private
string IniParser.Model.KeyData._keyName
private
string IniParser.Model.KeyData._value
private

プロパティ詳解

List<string> IniParser.Model.KeyData.Comments
getset

Gets or sets the comment list associated to this key.

string IniParser.Model.KeyData.KeyName
getset

Gets or sets the name of the key.

string IniParser.Model.KeyData.Value
getset

Gets or sets the value associated to this key.


このクラス詳解は次のファイルから抽出されました: