CodeTypeParameterCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CodeTypeParameter オブジェクトのコレクションを表します。
public ref class CodeTypeParameterCollection : System::Collections::CollectionBase
public class CodeTypeParameterCollection : System.Collections.CollectionBase
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public class CodeTypeParameterCollection : System.Collections.CollectionBase
type CodeTypeParameterCollection = class
inherit CollectionBase
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CodeTypeParameterCollection = class
inherit CollectionBase
Public Class CodeTypeParameterCollection
Inherits CollectionBase
- 継承
- 属性
注釈
CodeTypeParameterCollection クラスには、一連の CodeTypeParameter オブジェクトの格納に使用できる単純なコレクション オブジェクトが用意されています。
コンストラクター
CodeTypeParameterCollection() |
CodeTypeParameterCollection クラスの新しい空のインスタンスを初期化します。 |
CodeTypeParameterCollection(CodeTypeParameter[]) |
CodeTypeParameterCollection オブジェクトの指定した配列を格納する CodeTypeParameter クラスの新しいインスタンスを初期化します。 |
CodeTypeParameterCollection(CodeTypeParameterCollection) |
指定したソース コレクションの要素を格納する CodeTypeParameterCollection クラスの新しいインスタンスを初期化します。 |
プロパティ
Capacity |
CollectionBase に格納できる要素の数を取得または設定します。 (継承元 CollectionBase) |
Count |
CollectionBase インスタンスに含まれる要素の数を取得します。 このプロパティはオーバーライドできません。 (継承元 CollectionBase) |
InnerList |
ArrayList インスタンス内の要素のリストを格納する CollectionBase を取得します。 (継承元 CollectionBase) |
Item[Int32] |
コレクション内の指定したインデックスでの CodeTypeParameter オブジェクトを取得または設定します。 |
List |
IList インスタンス内の要素のリストを格納する CollectionBase を取得します。 (継承元 CollectionBase) |
メソッド
明示的なインターフェイスの実装
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。 |
適用対象
こちらもご覧ください
.NET