名前 | 解説 | |
---|---|---|
FieldCollection コンストラクタ | FieldCollectionクラスの新しいインスタンスを初期化します。 |
FieldCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
FieldCollection コンストラクタ | FieldCollectionクラスの新しいインスタンスを初期化します。 |
名前 | 解説 | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. System.Collections.CollectionBaseから継承されます。 | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
DuplicateNames | 複製されたフィールドの名前でHashSetを返します。 | |
Item | オーバーロードされます。 コレクションから、指定したフィールドオブジェクトを取得します。 |
名前 | 解説 | |
---|---|---|
Add | オーバーロードされます。 コレクションに新しいフィールドを追加します。 | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. System.Collections.CollectionBaseから継承されます。 | |
Contains | オーバーロードされます。 フィールドコレクションに指定した名前のフィールドが含まれるかどうかを表す値を返します。 | |
CopyTo | 指定したインデックスのフィールドコレクションにフィールドコレクションをコピーします。 | |
Dispose | フィールドコレクションをメモリから解放します。 | |
IndexOf | コレクション内の指定したFieldのインデックスを取得します。 | |
Insert | コレクション内の指定したインデックスの位置にFieldオブジェクトを挿入します。 | |
Remove | オーバーロードされます。 コレクションから、指定したフィールドを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |