共用方式為


ActivityDesignerGlyphCollection 類別

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

揭露與活動設計者相關的通用 List<T> 字形。

public ref class ActivityDesignerGlyphCollection sealed : System::Collections::Generic::List<System::Workflow::ComponentModel::Design::DesignerGlyph ^>
public sealed class ActivityDesignerGlyphCollection : System.Collections.Generic.List<System.Workflow.ComponentModel.Design.DesignerGlyph>
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class ActivityDesignerGlyphCollection : System.Collections.Generic.List<System.Workflow.ComponentModel.Design.DesignerGlyph>
type ActivityDesignerGlyphCollection = class
    inherit List<DesignerGlyph>
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerGlyphCollection = class
    inherit List<DesignerGlyph>
Public NotInheritable Class ActivityDesignerGlyphCollection
Inherits List(Of DesignerGlyph)
繼承
ActivityDesignerGlyphCollection
屬性

備註

備註

本資料討論已過時的類型與命名空間。 更多資訊請參閱 Windows Workflow Foundation 4.5 中的棄用型別。

ActivityDesignerGlyphCollection 包含所有出現在該集合所關聯類別上的 ActivityDesigner 設計師字形。

你可以透過物業Glyphs取得這些內容ActivityDesignerGlyphCollection

建構函式

名稱 Description
ActivityDesignerGlyphCollection()
已淘汰.

初始化一個空且預設初始容量的類別實例 ActivityDesignerGlyphCollection

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)
已淘汰.

初始化一個包含從指定ActivityDesignerGlyphCollection元素複製且容量足夠容納複製元素數量的類別的新實例ActivityDesignerGlyphCollection

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)
已淘汰.

初始化一個包含從指定通用集合DesignerGlyph複製的元素,且有足夠容量容納複製元素數量的類別新實例ActivityDesignerGlyphCollection

屬性

名稱 Description
Capacity
已淘汰.

取得或設定內部資料結構在不調整大小下可容納的元素總數。

(繼承來源 List<T>)
Count
已淘汰.

得到包含於 的 List<T>元素數量。

(繼承來源 List<T>)
Item[Int32]
已淘汰.

取得或設定位於指定索引處的專案。

(繼承來源 List<T>)

方法

名稱 Description
Add(T)
已淘汰.

在 的末尾 List<T>加上一個物件。

(繼承來源 List<T>)
AddRange(IEnumerable<T>)
已淘汰.

將指定集合 List<T>的元素加入 。

(繼承來源 List<T>)
AsReadOnly()
已淘汰.

回傳目前集合的唯讀 ReadOnlyCollection<T> 包裝器。

(繼承來源 List<T>)
BinarySearch(Int32, Int32, T, IComparer<T>)
已淘汰.

使用指定的比較子搜尋已排序之 List<T> 中的專案範圍,並傳回專案以零起始的索引。

(繼承來源 List<T>)
BinarySearch(T, IComparer<T>)
已淘汰.

使用指定的比較子搜尋整個已排序的 List<T> 專案,並傳回專案以零起始的索引。

(繼承來源 List<T>)
BinarySearch(T)
已淘汰.

使用預設比較子搜尋項目的整個排序 List<T>,並傳回專案以零起始的索引。

(繼承來源 List<T>)
Clear()
已淘汰.

移除所有元素。List<T>

(繼承來源 List<T>)
Contains(T)
已淘汰.

判斷專案是否在 List<T>中。

(繼承來源 List<T>)
ConvertAll<TOutput>(Converter<T,TOutput>)
已淘汰.

將目前 List<T> 的元素轉換成其他類型,並回傳包含已轉換元素的清單。

(繼承來源 List<T>)
CopyTo(Int32, T[], Int32, Int32)
已淘汰.

從目標陣列指定的索引開始,將一系列元素 List<T> 複製到相容的一維陣列。

(繼承來源 List<T>)
CopyTo(T[], Int32)
已淘汰.

將整個 List<T> 資料複製到相容的一維陣列,從目標陣列指定的索引開始。

(繼承來源 List<T>)
CopyTo(T[])
已淘汰.

從目標陣列的起始處,將整個 List<T> 資料複製到相容的一維陣列。

(繼承來源 List<T>)
Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
Exists(Predicate<T>)
已淘汰.

判斷包含元素是否 List<T> 符合指定謂詞所定義的條件。

(繼承來源 List<T>)
Find(Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳整個 List<T>中首次出現的元素。

(繼承來源 List<T>)
FindAll(Predicate<T>)
已淘汰.

檢索所有符合指定謂詞定義條件的元素。

(繼承來源 List<T>)
FindIndex(Int32, Int32, Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳從指定索引開始且包含指定數量元素的元素範圍內首次出現 List<T> 的零為基礎的索引。

(繼承來源 List<T>)
FindIndex(Int32, Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳從指定索引延伸到最後一個元素範圍內,首次出現 List<T> 的零為基礎的索引。

(繼承來源 List<T>)
FindIndex(Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳整個 List<T>中首次出現的零基索引。

(繼承來源 List<T>)
FindLast(Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳整個 List<T>中最後一次出現的元素。

(繼承來源 List<T>)
FindLastIndex(Int32, Int32, Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳包含指定元素數量且結束於指定索引範圍內最後一次出現 List<T> 的零為基礎索引。

(繼承來源 List<T>)
FindLastIndex(Int32, Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳從第一個元素延伸到指定索引範圍內最後一次出現 List<T> 的零為基礎的索引。

(繼承來源 List<T>)
FindLastIndex(Predicate<T>)
已淘汰.

搜尋符合指定謂詞定義條件的元素,並回傳整個 List<T>中最後一次出現的零為基礎索引。

(繼承來源 List<T>)
ForEach(Action<T>)
已淘汰.

對 的 List<T>每個元素執行指定動作。

(繼承來源 List<T>)
GetEnumerator()
已淘汰.

回傳一個遍歷 的 List<T>枚舉子。

(繼承來源 List<T>)
GetHashCode()
已淘汰.

做為預設哈希函式。

(繼承來源 Object)
GetRange(Int32, Int32)
已淘汰.

在來源 List<T>中建立一系列元素的淺層複製。

(繼承來源 List<T>)
GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
IndexOf(T, Int32, Int32)
已淘汰.

搜尋指定的物件,並回傳以零為基礎的索引,該索引 List<T> 在該元素範圍內,從指定索引開始且包含指定數量的元素。

(繼承來源 List<T>)
IndexOf(T, Int32)
已淘汰.

搜尋指定的物件,並回 List<T> 傳從指定索引到最後一個元素範圍內,第一個出現的零為基礎的索引。

(繼承來源 List<T>)
IndexOf(T)
已淘汰.

搜尋指定物件,並回傳整個 List<T>中首次出現的零基索引。

(繼承來源 List<T>)
Insert(Int32, T)
已淘汰.

在指定的索引處插入一個元素 List<T>

(繼承來源 List<T>)
InsertRange(Int32, IEnumerable<T>)
已淘汰.

將集合的專案插入指定索引處的 List<T>

(繼承來源 List<T>)
LastIndexOf(T, Int32, Int32)
已淘汰.

搜尋指定的物件,並回 List<T> 傳包含指定元素數量且結束於指定索引範圍內最後一次出現的零為基礎的索引。

(繼承來源 List<T>)
LastIndexOf(T, Int32)
已淘汰.

搜尋指定的物件,並回傳從第一個元素延伸到指定索引範圍內最後一次出現 List<T> 的零為基礎的索引。

(繼承來源 List<T>)
LastIndexOf(T)
已淘汰.

搜尋指定的物件,並回傳整個 List<T>中最後一次出現的零基索引。

(繼承來源 List<T>)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
Remove(T)
已淘汰.

移除特定物件 List<T>首次出現的 。

(繼承來源 List<T>)
RemoveAll(Predicate<T>)
已淘汰.

移除所有符合指定謂詞定義條件的元素。

(繼承來源 List<T>)
RemoveAt(Int32)
已淘汰.

移除位於指定索引 List<T>的元素。

(繼承來源 List<T>)
RemoveRange(Int32, Int32)
已淘汰.

List<T>移除項目範圍。

(繼承來源 List<T>)
Reverse()
已淘汰.

反轉整個 List<T>中的項目順序。

(繼承來源 List<T>)
Reverse(Int32, Int32)
已淘汰.

反轉指定範圍中的項目順序。

(繼承來源 List<T>)
Sort()
已淘汰.

使用預設比較器將元素排序。List<T>

(繼承來源 List<T>)
Sort(Comparison<T>)
已淘汰.

使用指定的 List<T>來排序整個Comparison<T>元素。

(繼承來源 List<T>)
Sort(IComparer<T>)
已淘汰.

使用指定的比較子來排序整個 List<T> 中的專案。

(繼承來源 List<T>)
Sort(Int32, Int32, IComparer<T>)
已淘汰.

使用指定的比較子,在 List<T> 中排序元素範圍中的專案。

(繼承來源 List<T>)
ToArray()
已淘汰.

將 的 List<T> 元素複製到新的陣列。

(繼承來源 List<T>)
ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)
TrimExcess()
已淘汰.

若容量小於閾值,則設定為 中實際元素 List<T>數。

(繼承來源 List<T>)
TrueForAll(Predicate<T>)
已淘汰.

判斷 中 List<T> 每個元素是否符合指定謂詞所定義的條件。

(繼承來源 List<T>)

明確介面實作

名稱 Description
ICollection.CopyTo(Array, Int32)
已淘汰.

從特定 ICollection 索引開始,將 Array 的專案複製到 Array

(繼承來源 List<T>)
ICollection.IsSynchronized
已淘汰.

取得值,指出是否同步存取 ICollection (線程安全)。

(繼承來源 List<T>)
ICollection.SyncRoot
已淘汰.

取得對象,這個物件可用來同步存取 ICollection

(繼承來源 List<T>)
ICollection<T>.IsReadOnly
已淘汰.

取得值,指出 ICollection<T> 是否為唯讀。

(繼承來源 List<T>)
IEnumerable.GetEnumerator()
已淘汰.

傳回逐一查看集合的列舉值。

(繼承來源 List<T>)
IEnumerable<T>.GetEnumerator()
已淘汰.

傳回逐一查看集合的列舉值。

(繼承來源 List<T>)
IList.Add(Object)
已淘汰.

將一個項目加入 IList

(繼承來源 List<T>)
IList.Contains(Object)
已淘汰.

判斷是否 IList 包含特定值。

(繼承來源 List<T>)
IList.IndexOf(Object)
已淘汰.

決定特定項目的 IList索引。

(繼承來源 List<T>)
IList.Insert(Int32, Object)
已淘汰.

在指定的索引處插入一個項目 IList

(繼承來源 List<T>)
IList.IsFixedSize
已淘汰.

會得到一個值,表示 是否 IList 具有固定大小。

(繼承來源 List<T>)
IList.IsReadOnly
已淘汰.

取得值,指出 IList 是否為唯讀。

(繼承來源 List<T>)
IList.Item[Int32]
已淘汰.

取得或設定位於指定索引處的專案。

(繼承來源 List<T>)
IList.Remove(Object)
已淘汰.

移除特定物件 IList首次出現的 。

(繼承來源 List<T>)

擴充方法

名稱 Description
Aggregate<TSource,TAccumulate,TResult>(IEnumerable<TSource>, TAccumulate, Func<TAccumulate,TSource,TAccumulate>, Func<TAccumulate,TResult>)
已淘汰.

在序列上套用累加器函式。 指定的種子值會當做初始累加器值使用,而指定的函式則用來選取結果值。

Aggregate<TSource,TAccumulate>(IEnumerable<TSource>, TAccumulate, Func<TAccumulate,TSource,TAccumulate>)
已淘汰.

在序列上套用累加器函式。 指定的種子值會當做初始累加器值使用。

Aggregate<TSource>(IEnumerable<TSource>, Func<TSource,TSource,TSource>)
已淘汰.

在序列上套用累加器函式。

All<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

判斷序列的所有專案是否符合條件。

Ancestors<T>(IEnumerable<T>, XName)
已淘汰.

傳回元素的篩選集合,其中包含來源集合中每個節點的上階。 集合中只會包含具有相符 XName 的專案。

Ancestors<T>(IEnumerable<T>)
已淘汰.

傳回專案集合,其中包含來源集合中每個節點的上階。

Any<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

判斷序列的任何專案是否符合條件。

Any<TSource>(IEnumerable<TSource>)
已淘汰.

判斷序列是否包含任何專案。

Append<TSource>(IEnumerable<TSource>, TSource)
已淘汰.

將值附加至序列結尾。

AsEnumerable<TSource>(IEnumerable<TSource>)
已淘汰.

傳回 IEnumerable<T> 類型的輸入。

AsParallel(IEnumerable)
已淘汰.

啟用查詢的平行處理。

AsParallel<TSource>(IEnumerable<TSource>)
已淘汰.

啟用查詢的平行處理。

AsQueryable(IEnumerable)
已淘汰.

IEnumerable 轉換成 IQueryable

AsQueryable<TElement>(IEnumerable<TElement>)
已淘汰.

將泛型 IEnumerable<T> 轉換成泛型 IQueryable<T>

Average<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
已淘汰.

計算 Decimal 值序列的平均值,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
已淘汰.

計算 Double 值序列的平均值,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
已淘汰.

計算 Int32 值序列的平均值,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
已淘汰.

計算 Int64 值序列的平均值,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Decimal 值序列的平均值。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Double 值序列的平均值。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Int32 值序列的平均值。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Int64 值序列的平均值。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Single 值序列的平均值。

Average<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
已淘汰.

計算 Single 值序列的平均值,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Cast<TResult>(IEnumerable)
已淘汰.

IEnumerable 的項目轉換成指定的型別。

Concat<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
已淘汰.

串連兩個序列。

Contains<TSource>(IEnumerable<TSource>, TSource, IEqualityComparer<TSource>)
已淘汰.

使用指定的 IEqualityComparer<T>,判斷序列是否包含指定的專案。

Contains<TSource>(IEnumerable<TSource>, TSource)
已淘汰.

判斷序列是否使用預設相等比較子來包含指定的專案。

CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption, FillErrorEventHandler)
已淘汰.

DataRow 物件複製到指定的 DataTable,指定輸入 IEnumerable<T> 物件,其中泛型參數 TDataRow

CopyToDataTable<T>(IEnumerable<T>, DataTable, LoadOption)
已淘汰.

DataRow 物件複製到指定的 DataTable,指定輸入 IEnumerable<T> 物件,其中泛型參數 TDataRow

CopyToDataTable<T>(IEnumerable<T>)
已淘汰.

傳回包含 DataTable 物件複本的 DataRow,指定泛型參數 IEnumerable<T>T的輸入 DataRow 物件。

Count<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回數位,代表指定序列中滿足條件的項目數目。

Count<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列中的項目數目。

DefaultIfEmpty<TSource>(IEnumerable<TSource>, TSource)
已淘汰.

如果序列是空的,則傳回指定序列的專案或單一集合中的指定值。

DefaultIfEmpty<TSource>(IEnumerable<TSource>)
已淘汰.

如果序列是空的,則傳回指定序列的專案或單一集合中型別參數的預設值。

DescendantNodes<T>(IEnumerable<T>)
已淘汰.

傳回來源集合中每個文件和專案之子代節點的集合。

Descendants<T>(IEnumerable<T>, XName)
已淘汰.

傳回篩選的專案集合,其中包含來源集合中每個元素和檔的子代專案。 集合中只會包含具有相符 XName 的專案。

Descendants<T>(IEnumerable<T>)
已淘汰.

傳回專案集合,其中包含來源集合中每個元素和檔的子代專案。

Distinct<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
已淘汰.

使用指定的 IEqualityComparer<T> 來比較值,從序列傳回不同的專案。

Distinct<TSource>(IEnumerable<TSource>)
已淘汰.

使用預設相等比較子來比較值,從序列傳回不同的專案。

ElementAt<TSource>(IEnumerable<TSource>, Int32)
已淘汰.

傳回序列中指定索引處的專案。

ElementAtOrDefault<TSource>(IEnumerable<TSource>, Int32)
已淘汰.

傳回序列中指定索引處的專案,如果索引超出範圍,則傳回預設值。

Elements<T>(IEnumerable<T>, XName)
已淘汰.

傳回來源集合中每個專案和檔之子項目的篩選集合。 集合中只會包含具有相符 XName 的專案。

Elements<T>(IEnumerable<T>)
已淘汰.

傳回來源集合中每個專案和檔的子專案集合。

Except<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
已淘汰.

使用指定的 IEqualityComparer<T> 來比較值,產生兩個序列的集合差異。

Except<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
已淘汰.

使用預設相等比較子來比較值,產生兩個序列的集合差異。

First<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回序列中符合指定條件的第一個專案。

First<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列的第一個專案。

FirstOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回序列的第一個專案,如果找不到這類專案,則為符合條件或預設值。

FirstOrDefault<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列的第一個專案,如果序列不包含任何專案,則傳回預設值。

GroupBy<TSource,TKey,TElement,TResult>(IEnumerable<TSource>, Func<TSource, TKey>, Func<TSource,TElement>, Func<TKey,IEnumerable<TElement>, TResult>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式,將序列的專案分組,並從每個群組及其索引鍵建立結果值。 索引鍵值是使用指定的比較子來比較,而每個群組的元素都是使用指定的函式來投影。

GroupBy<TSource,TKey,TElement,TResult>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, Func<TKey,IEnumerable<TElement>,TResult>)
已淘汰.

根據指定的索引鍵選取器函式,將序列的專案分組,並從每個群組及其索引鍵建立結果值。 每個群組的項目都會使用指定的函式來投影。

GroupBy<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
已淘汰.

根據索引鍵選取器函式,將序列的專案分組。 索引鍵是使用比較子來比較,而且每個群組的元素都是使用指定的函式來投影。

GroupBy<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)
已淘汰.

根據指定的索引鍵選取器函式將序列的專案分組,並使用指定的函式來投影每個群組的專案。

GroupBy<TSource,TKey,TResult>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TKey,IEnumerable<TSource>,TResult>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式,將序列的專案分組,並從每個群組及其索引鍵建立結果值。 使用指定的比較子來比較索引鍵。

GroupBy<TSource,TKey,TResult>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TKey,IEnumerable<TSource>,TResult>)
已淘汰.

根據指定的索引鍵選取器函式,將序列的專案分組,並從每個群組及其索引鍵建立結果值。

GroupBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式將序列的專案分組,並使用指定的比較子比較索引鍵。

GroupBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
已淘汰.

根據指定的索引鍵選取器函式,將序列的專案分組。

GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>, TResult>, IEqualityComparer<TKey>)
已淘汰.

根據索引鍵相等將兩個序列的專案相互關聯,並將結果分組。 指定的 IEqualityComparer<T> 可用來比較索引鍵。

GroupJoin<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,IEnumerable<TInner>, TResult>)
已淘汰.

根據索引鍵的相等性,將兩個序列的專案相互關聯,並將結果分組。 默認相等比較子可用來比較索引鍵。

InDocumentOrder<T>(IEnumerable<T>)
已淘汰.

傳回包含來源集合中所有節點的節點集合,依檔順序排序。

Intersect<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
已淘汰.

使用指定的 IEqualityComparer<T> 來比較值,產生兩個序列的集合交集。

Intersect<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
已淘汰.

使用預設相等比較子比較值來產生兩個序列的集合交集。

Join<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,TInner,TResult>, IEqualityComparer<TKey>)
已淘汰.

根據匹配的鍵數關聯兩個序列的元素。 指定的 IEqualityComparer<T> 可用來比較索引鍵。

Join<TOuter,TInner,TKey,TResult>(IEnumerable<TOuter>, IEnumerable<TInner>, Func<TOuter,TKey>, Func<TInner,TKey>, Func<TOuter,TInner,TResult>)
已淘汰.

根據匹配的鍵數關聯兩個序列的元素。 默認相等比較子可用來比較索引鍵。

Last<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回符合指定條件之序列的最後一個專案。

Last<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列的最後一個專案。

LastOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回序列的最後一個專案,如果找不到這類專案,則為符合條件或預設值。

LastOrDefault<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列的最後一個專案,如果序列不包含任何專案,則傳回預設值。

LongCount<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回 Int64,代表序列中滿足條件的項目數目。

LongCount<TSource>(IEnumerable<TSource>)
已淘汰.

傳回代表序列中項目總數的 Int64

Max<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
已淘汰.

在泛型序列的每個專案上叫用轉換函式,並傳回產生的最大值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最大 Decimal 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最大 Double 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最大 Int32 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最大 Int64 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回可為 Null 的最大 Decimal 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回可為 Null 的最大 Double 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回可為 Null 的最大 Int32 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回可為 Null 的最大 Int64 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回可為 Null 的最大 Single 值。

Max<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最大 Single 值。

Max<TSource>(IEnumerable<TSource>)
已淘汰.

傳回泛型序列中的最大值。

Min<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
已淘汰.

在泛型序列的每個專案上叫用轉換函式,並傳回產生的最小值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最小值 Decimal 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最小值 Double 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最小值 Int32 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最小值 Int64 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
已淘汰.

在序列的每個專案上叫用轉換函式,並傳回可為 null 的最小值 Decimal 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
已淘汰.

在序列的每個專案上叫用轉換函式,並傳回可為 null 的最小值 Double 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
已淘汰.

在序列的每個專案上叫用轉換函式,並傳回可為 null 的最小值 Int32 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
已淘汰.

在序列的每個專案上叫用轉換函式,並傳回可為 null 的最小值 Int64 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
已淘汰.

在序列的每個專案上叫用轉換函式,並傳回可為 null 的最小值 Single 值。

Min<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
已淘汰.

在序列的每個元素上叫用轉換函式,並傳回最小值 Single 值。

Min<TSource>(IEnumerable<TSource>)
已淘汰.

傳回泛型序列中的最小值。

Nodes<T>(IEnumerable<T>)
已淘汰.

傳回來源集合中每個檔和專案之子節點的集合。

OfType<TResult>(IEnumerable)
已淘汰.

根據指定的型別篩選 IEnumerable 的專案。

OrderBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IComparer<TKey>)
已淘汰.

使用指定的比較子,以遞增順序排序序列的專案。

OrderBy<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
已淘汰.

根據索引鍵,以遞增順序排序序列的專案。

OrderByDescending<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IComparer<TKey>)
已淘汰.

使用指定的比較子,以遞減順序排序序列的專案。

OrderByDescending<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
已淘汰.

根據索引鍵,以遞減順序排序序列的專案。

Prepend<TSource>(IEnumerable<TSource>, TSource)
已淘汰.

將值加入序列的開頭。

Remove<T>(IEnumerable<T>)
已淘汰.

從來源集合的父節點中移除每個節點。

Reverse<TSource>(IEnumerable<TSource>)
已淘汰.

反轉序列中項目的順序。

Select<TSource,TResult>(IEnumerable<TSource>, Func<TSource,Int32,TResult>)
已淘汰.

藉由合併元素的索引,將序列的每個專案投影成新的表單。

Select<TSource,TResult>(IEnumerable<TSource>, Func<TSource,TResult>)
已淘汰.

將序列的每個專案投影成新的表單。

SelectMany<TSource,TCollection,TResult>(IEnumerable<TSource>, Func<TSource,IEnumerable<TCollection>>, Func<TSource,TCollection,TResult>)
已淘汰.

將序列的每個專案投影到 IEnumerable<T>,將產生的序列扁平化成一個序列,並在其中的每個元素上叫用結果選取器函式。

SelectMany<TSource,TCollection,TResult>(IEnumerable<TSource>, Func<TSource,Int32,IEnumerable<TCollection>>, Func<TSource,TCollection,TResult>)
已淘汰.

將序列的每個專案投影到 IEnumerable<T>,將產生的序列扁平化成一個序列,並在其中的每個元素上叫用結果選取器函式。 每個來源專案的索引會用於該專案的中繼投影形式。

SelectMany<TSource,TResult>(IEnumerable<TSource>, Func<TSource,IEnumerable<TResult>>)
已淘汰.

將序列的每個專案投影到 IEnumerable<T>,並將產生的序列扁平化成一個序列。

SelectMany<TSource,TResult>(IEnumerable<TSource>, Func<TSource,Int32,IEnumerable<TResult>>)
已淘汰.

將序列的每個專案投影至 IEnumerable<T>,並將產生的序列扁平化成一個序列。 每個來源專案的索引會以該專案的投影形式使用。

SequenceEqual<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
已淘汰.

使用指定的 IEqualityComparer<T>,判斷兩個序列是否相等。

SequenceEqual<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
已淘汰.

判斷兩個序列是否相等,方法是使用其型別的默認相等比較子來比較專案。

Single<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回序列中唯一符合指定條件的專案,如果有多個這類專案存在,則會擲回例外狀況。

Single<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列的唯一專案,如果序列中沒有一個專案,則會擲回例外狀況。

SingleOrDefault<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

傳回序列中唯一符合指定條件的專案,如果沒有這類專案,則傳回預設值;如果一個以上的專案符合條件,這個方法會擲回例外狀況。

SingleOrDefault<TSource>(IEnumerable<TSource>)
已淘汰.

傳回序列的唯一專案;如果序列是空的,則傳回預設值;如果序列中有多個項目,這個方法會擲回例外狀況。

Skip<TSource>(IEnumerable<TSource>, Int32)
已淘汰.

略過序列中指定數目的專案,然後傳回其餘專案。

SkipWhile<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

只要指定的條件為 true,就會略過序列中的項目,然後傳回其餘元素。

SkipWhile<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>)
已淘汰.

只要指定的條件為 true,就會略過序列中的項目,然後傳回其餘元素。 元素的索引用於述詞函式的邏輯中。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Decimal>)
已淘汰.

計算 Decimal 值序列的總和,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Double>)
已淘汰.

計算 Double 值序列的總和,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Int32>)
已淘汰.

計算 Int32 值序列的總和,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Int64>)
已淘汰.

計算 Int64 值序列的總和,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Decimal>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Decimal 值的序列總和。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Double>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Double 值的序列總和。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int32>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Int32 值的序列總和。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Int64>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Int64 值的序列總和。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Nullable<Single>>)
已淘汰.

計算在輸入序列的每個元素上叫用轉換函式所取得之可為 Null Single 值的序列總和。

Sum<TSource>(IEnumerable<TSource>, Func<TSource,Single>)
已淘汰.

計算 Single 值序列的總和,這些值是在輸入序列的每個元素上叫用轉換函式所取得。

Take<TSource>(IEnumerable<TSource>, Int32)
已淘汰.

從序列開頭傳回指定的連續項目數目。

TakeWhile<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

只要指定的條件為 true,就會從序列傳回專案。

TakeWhile<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>)
已淘汰.

只要指定的條件為 true,就會從序列傳回專案。 元素的索引用於述詞函式的邏輯中。

ToArray<TSource>(IEnumerable<TSource>)
已淘汰.

IEnumerable<T>建立陣列。

ToDictionary<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式、比較子和元素選取器函式,從 Dictionary<TKey,TValue> 建立 IEnumerable<T>

ToDictionary<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)
已淘汰.

根據指定的索引鍵選取器和項目選取器函式,從 Dictionary<TKey,TValue> 建立 IEnumerable<T>

ToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式和索引鍵比較子,從 Dictionary<TKey,TValue> 建立 IEnumerable<T>

ToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
已淘汰.

根據指定的索引鍵選取器函式,從 Dictionary<TKey,TValue> 建立 IEnumerable<T>

ToHashSet<TSource>(IEnumerable<TSource>, IEqualityComparer<TSource>)
已淘汰.

使用 HashSet<T> 比較索引鍵,從 IEnumerable<T> 建立 comparer

ToHashSet<TSource>(IEnumerable<TSource>)
已淘汰.

HashSet<T>建立 IEnumerable<T>

ToList<TSource>(IEnumerable<TSource>)
已淘汰.

List<T>建立 IEnumerable<T>

ToLookup<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式、比較子和元素選取器函式,從 Lookup<TKey,TElement> 建立 IEnumerable<T>

ToLookup<TSource,TKey,TElement>(IEnumerable<TSource>, Func<TSource,TKey>, Func<TSource,TElement>)
已淘汰.

根據指定的索引鍵選取器和項目選取器函式,從 Lookup<TKey,TElement> 建立 IEnumerable<T>

ToLookup<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>, IEqualityComparer<TKey>)
已淘汰.

根據指定的索引鍵選取器函式和索引鍵比較子,從 Lookup<TKey,TElement> 建立 IEnumerable<T>

ToLookup<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)
已淘汰.

根據指定的索引鍵選取器函式,從 Lookup<TKey,TElement> 建立 IEnumerable<T>

Union<TSource>(IEnumerable<TSource>, IEnumerable<TSource>, IEqualityComparer<TSource>)
已淘汰.

使用指定的 IEqualityComparer<T>產生兩個序列的集合聯集。

Union<TSource>(IEnumerable<TSource>, IEnumerable<TSource>)
已淘汰.

使用預設相等比較子產生兩個序列的集合聯集。

Where<TSource>(IEnumerable<TSource>, Func<TSource,Boolean>)
已淘汰.

根據述詞篩選值序列。

Where<TSource>(IEnumerable<TSource>, Func<TSource,Int32,Boolean>)
已淘汰.

根據述詞篩選值序列。 每個元素的索引都會用於述詞函式的邏輯中。

Zip<TFirst,TSecond,TResult>(IEnumerable<TFirst>, IEnumerable<TSecond>, Func<TFirst,TSecond,TResult>)
已淘汰.

將指定的函式套用至兩個序列的對應專案,產生結果序列。

適用於