名前 | 解説 | |
---|---|---|
ParameterValueCollection コンストラクタ | オーバーロードされます。 |
ParameterValueCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ParameterValueCollection コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
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から継承されます。 | |
IsReadOnly | コレクションが読み取り専用の場合、取得します。 | |
Item | 指定したインデックスによりParameterValueを取得します。 |
名前 | 解説 | |
---|---|---|
Add | コレクションにParameterValueの項目を追加します。 | |
AddRange | コレクションにParameterValueの項目の配列を追加します。 | |
Clear | コレクションをクリアします。 | |
Contains | コレクションにParameterValueがあるかどうかを決定します。 | |
CopyTo | ParameterValue項目のコレクションを配列にコピーします。 | |
Remove | コレクションからParameterValueを削除します。 | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. System.Collections.CollectionBaseから継承されます。 |