ModelMemberCollection<TItemType,TFindType> クラス
定義
ModelPropertyCollection の派生元である抽象基本クラス。An abstract base class that ModelPropertyCollection derives from.
generic <typename TItemType, typename TFindType>
public ref class ModelMemberCollection abstract : System::Collections::Generic::IEnumerable<TItemType>
public abstract class ModelMemberCollection<TItemType,TFindType> : System.Collections.Generic.IEnumerable<TItemType>
type ModelMemberCollection<'ItemType, 'FindType> = class
interface seq<'ItemType>
interface IEnumerable
Public MustInherit Class ModelMemberCollection(Of TItemType, TFindType)
Implements IEnumerable(Of TItemType)
型パラメーター
- TItemType
コレクションが表す項目の型。The type of item that the collection represents.
- TFindType
“Find” メソッドでキーとして使用される型。The type that should be used as a key in the "Find" methods.
- 継承
-
ModelMemberCollection<TItemType,TFindType>
- 派生
- 実装
-
IEnumerable<TItemType> IEnumerable
プロパティ
Item[String] |
名前別に指定したインデックス位置にある値を取得します。Gets the value at the specified index by name. |
Item[TFindType] |
型別に指定したインデックス位置にある値を取得します。Gets the value at the specified index by type. |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判定します。Determines whether the specified object is equal to the current object. (継承元 Object) |
Find(String) |
指定したキーのコレクションを検索し、見つかった場合はそれを取得します。Searches the collection for the given key and returns it if it is found. キーが見つからない場合、このメソッドは |
Find(String, Boolean) |
派生クラスでオーバーライドされた場合、指定したキーのコレクションを検索し、見つかった場合はそれを取得します。When overridden in a derived class, searches the collection for the given key and returns it if it is found. キーが見つからない場合、このメソッドは |
Find(TFindType) |
指定したキーのコレクションを検索し、見つかった場合はそれを取得します。Searches the collection for the given key and returns it if it is found. キーが見つからない場合、このメソッドは |
Find(TFindType, Boolean) |
派生クラスでオーバーライドされた場合、指定したキーのコレクションを検索し、見つかった場合はそれを取得します。When overridden in a derived class, searches the collection for the given key and returns it if it is found. キーが見つからない場合、このメソッドは |
GetEnumerator() |
コレクションの値を列挙する列挙子を返します。Returns an enumerator to enumerate through the values in the collection. |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ToString() |
現在のオブジェクトを表す string を返します。Returns a string that represents the current object. (継承元 Object) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
コレクションを反復処理する列挙子を返します。Returns an enumerator that iterates through a collection. |
拡張メソッド
CopyToDataTable<T>(IEnumerable<T>) |
指定した入力 DataTable オブジェクトに応じて (ジェネリック パラメーター |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption) |
指定した入力 DataRow オブジェクトに応じて (ジェネリック パラメーター |
CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler) |
指定した入力 DataRow オブジェクトに応じて (ジェネリック パラメーター |
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。Enables parallelization of a query. |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。Converts an IEnumerable to an IQueryable. |
Ancestors<T>(IEnumerable<T>) |
ソース コレクション内のすべてのノードの先祖が格納された、要素のコレクションを返します。Returns a collection of elements that contains the ancestors of every node in the source collection. |
Ancestors<T>(IEnumerable<T>, XName) |
ソース コレクション内のすべてのノードの先祖が格納され、フィルター処理された要素のコレクションを返します。Returns a filtered collection of elements that contains the ancestors of every node in the source collection. 一致する XName を持つ要素のみがコレクションに含められます。Only elements that have a matching XName are included in the collection. |
DescendantNodes<T>(IEnumerable<T>) |
ソース コレクション内のすべてのドキュメントおよび要素の子孫ノードのコレクションを返します。Returns a collection of the descendant nodes of every document and element in the source collection. |
Descendants<T>(IEnumerable<T>) |
ソース コレクション内のすべての要素とドキュメントの子孫要素が格納された要素のコレクションを返します。Returns a collection of elements that contains the descendant elements of every element and document in the source collection. |
Descendants<T>(IEnumerable<T>, XName) |
ソース コレクション内のすべての要素とドキュメントの子孫要素が格納され、フィルター処理された要素のコレクションを返します。Returns a filtered collection of elements that contains the descendant elements of every element and document in the source collection. 一致する XName を持つ要素のみがコレクションに含められます。Only elements that have a matching XName are included in the collection. |
Elements<T>(IEnumerable<T>) |
ソース コレクション内のすべての要素およびドキュメントの子要素のコレクションを返します。Returns a collection of the child elements of every element and document in the source collection. |
Elements<T>(IEnumerable<T>, XName) |
ソース コレクション内のすべての要素およびドキュメントの、フィルター処理された子要素のコレクションを返します。Returns a filtered collection of the child elements of every element and document in the source collection. 一致する XName を持つ要素のみがコレクションに含められます。Only elements that have a matching XName are included in the collection. |
InDocumentOrder<T>(IEnumerable<T>) |
ソース コレクション内のすべてのノードがドキュメント順に並べ替えて格納された、ノードのコレクションを返します。Returns a collection of nodes that contains all nodes in the source collection, sorted in document order. |
Nodes<T>(IEnumerable<T>) |
ソース コレクション内のすべてのドキュメントおよび要素の子ノードのコレクションを返します。Returns a collection of the child nodes of every document and element in the source collection. |
Remove<T>(IEnumerable<T>) |
ソース コレクション内の親ノードからすべてのノードを削除します。Removes every node in the source collection from its parent node. |