API Differences between 3.8.0 and 3.2.0
704 Additions
96 Removals
NUnit
NUnit.Common
NUnit.Compatibility
NUnit.Framework
-
public class Assert
- public static void Multiple(TestDelegate testDelegate)
- public static void Negative(int actual)
- public static void Negative(int actual, string message, object[] args)
- public static void Negative(uint actual)
- public static void Negative(uint actual, string message, object[] args)
- public static void Negative(long actual)
- public static void Negative(long actual, string message, object[] args)
- public static void Negative(ulong actual)
- public static void Negative(ulong actual, string message, object[] args)
- public static void Negative(decimal actual)
- public static void Negative(decimal actual, string message, object[] args)
- public static void Negative(double actual)
- public static void Negative(double actual, string message, object[] args)
- public static void Negative(float actual)
- public static void Negative(float actual, string message, object[] args)
- public static void NotZero(int actual)
- public static void NotZero(int actual, string message, object[] args)
- public static void NotZero(uint actual)
- public static void NotZero(uint actual, string message, object[] args)
- public static void NotZero(long actual)
- public static void NotZero(long actual, string message, object[] args)
- public static void NotZero(ulong actual)
- public static void NotZero(ulong actual, string message, object[] args)
- public static void NotZero(decimal actual)
- public static void NotZero(decimal actual, string message, object[] args)
- public static void NotZero(double actual)
- public static void NotZero(double actual, string message, object[] args)
- public static void NotZero(float actual)
- public static void NotZero(float actual, string message, object[] args)
- public static void Positive(int actual)
- public static void Positive(int actual, string message, object[] args)
- public static void Positive(uint actual)
- public static void Positive(uint actual, string message, object[] args)
- public static void Positive(long actual)
- public static void Positive(long actual, string message, object[] args)
- public static void Positive(ulong actual)
- public static void Positive(ulong actual, string message, object[] args)
- public static void Positive(decimal actual)
- public static void Positive(decimal actual, string message, object[] args)
- public static void Positive(double actual)
- public static void Positive(double actual, string message, object[] args)
- public static void Positive(float actual)
- public static void Positive(float actual, string message, object[] args)
- public static void That(TestDelegate code, IResolveConstraint constraint, string message, string[] args)
- public static void That(TestDelegate code, IResolveConstraint constraint, string message, object[] args)
- public static void Warn(string message, object[] args)
- public static void Warn(string message)
- public static void Zero(int actual)
- public static void Zero(int actual, string message, object[] args)
- public static void Zero(uint actual)
- public static void Zero(uint actual, string message, object[] args)
- public static void Zero(long actual)
- public static void Zero(long actual, string message, object[] args)
- public static void Zero(ulong actual)
- public static void Zero(ulong actual, string message, object[] args)
- public static void Zero(decimal actual)
- public static void Zero(decimal actual, string message, object[] args)
- public static void Zero(double actual)
- public static void Zero(double actual, string message, object[] args)
- public static void Zero(float actual)
- public static void Zero(float actual, string message, object[] args)
-
public class AssertionHelper
-
public class Contains
-
public class DefaultFloatingPointToleranceAttribute : NUnitAttribute, IApplyToContext
-
public static class Does
-
public static class GlobalSettings
-
public class Has
-
public class Is
-
public class MultipleAssertException : ResultStateException
-
public sealed class NonParallelizableAttribute : ParallelizableAttribute
-
public class NonTestAssemblyAttribute : NUnitAttribute
-
public class ParallelizableAttribute : PropertyAttribute, IApplyToContext
-
public enum ParallelScope
-
public class PostTestAttribute : NUnitAttribute
-
public class PreTestAttribute : NUnitAttribute
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public enum SpecialValue
-
public class SingleThreadedAttribute : NUnitAttribute, IApplyToContext
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TestContext
-
public class TestFixtureSetUpAttribute : OneTimeSetUpAttribute
-
public class TestFixtureTearDownAttribute : OneTimeTearDownAttribute
-
public class TestParameters
- public int Count { get; }
- public string this[string name] { get; }
- public ICollection<string> Names { get; }
- public TestParameters()
- public bool Exists(string name)
- public string Get(string name)
- public string Get(string name, string defaultValue)
- public T Get<T>(string name, T defaultValue)
-
public class Warn
- public Warn()
- public static bool Equals(object a, object b)
- public static void If<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr)
- public static void If<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr, string message, object[] args)
- public static void If(bool condition, string message, object[] args)
- public static void If(bool condition)
- public static void If<TActual>(TActual actual, IResolveConstraint expression)
- public static void If<TActual>(TActual actual, IResolveConstraint expression, string message, object[] args)
- public static void ReferenceEquals(object a, object b)
- public static void Unless<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr)
- public static void Unless<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr, string message, object[] args)
- public static void Unless(bool condition, string message, object[] args)
- public static void Unless(bool condition)
- public static void Unless(TestDelegate code, IResolveConstraint constraint)
- public static void Unless<TActual>(TActual actual, IResolveConstraint expression)
- public static void Unless<TActual>(TActual actual, IResolveConstraint expression, string message, object[] args)
NUnit.Framework.Api
NUnit.Framework.Compatibility
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters
System
-
public sealed delegate Func<T1, T2, TResult> : MulticastDelegate
-
public sealed delegate Action : MulticastDelegate
-
public sealed delegate Action<T1, T2> : MulticastDelegate
-
public sealed delegate Action<T1, T2, T3> : MulticastDelegate
-
public sealed delegate Action<T1, T2, T3, T4> : MulticastDelegate
-
public sealed delegate Func<TResult> : MulticastDelegate
-
public sealed delegate Func<T, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, T3, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, T3, T4, TResult> : MulticastDelegate
System.Collections.Generic
System.Linq
-
public static class Enumerable
- public static TSource Aggregate<TSource>(this IEnumerable<TSource> source, Func<TSource, TSource, TSource> func)
- public static TAccumulate Aggregate<TSource, TAccumulate>(this IEnumerable<TSource> source, TAccumulate seed, Func<TAccumulate, TSource, TAccumulate> func)
- public static TResult Aggregate<TSource, TAccumulate, TResult>(this IEnumerable<TSource> source, TAccumulate seed, Func<TAccumulate, TSource, TAccumulate> func, Func<TAccumulate, TResult> resultSelector)
- public static bool All<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static bool Any<TSource>(this IEnumerable<TSource> source)
- public static bool Any<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<TSource> AsEnumerable<TSource>(this IEnumerable<TSource> source)
- public static double Average(this IEnumerable<int> source)
- public static double Average(this IEnumerable<long> source)
- public static double Average(this IEnumerable<double> source)
- public static float Average(this IEnumerable<float> source)
- public static decimal Average(this IEnumerable<decimal> source)
- public static double? Average(this IEnumerable<int?> source)
- public static double? Average(this IEnumerable<long?> source)
- public static double? Average(this IEnumerable<double?> source)
- public static decimal? Average(this IEnumerable<decimal?> source)
- public static float? Average(this IEnumerable<float?> source)
- public static double Average<TSource>(this IEnumerable<TSource> source, Func<TSource, int> selector)
- public static double? Average<TSource>(this IEnumerable<TSource> source, Func<TSource, int?> selector)
- public static double Average<TSource>(this IEnumerable<TSource> source, Func<TSource, long> selector)
- public static double? Average<TSource>(this IEnumerable<TSource> source, Func<TSource, long?> selector)
- public static double Average<TSource>(this IEnumerable<TSource> source, Func<TSource, double> selector)
- public static double? Average<TSource>(this IEnumerable<TSource> source, Func<TSource, double?> selector)
- public static float Average<TSource>(this IEnumerable<TSource> source, Func<TSource, float> selector)
- public static float? Average<TSource>(this IEnumerable<TSource> source, Func<TSource, float?> selector)
- public static decimal Average<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal> selector)
- public static decimal? Average<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal?> selector)
- public static IEnumerable<TResult> Cast<TResult>(this IEnumerable source)
- public static IEnumerable<TSource> Concat<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second)
- public static bool Contains<TSource>(this IEnumerable<TSource> source, TSource value)
- public static bool Contains<TSource>(this IEnumerable<TSource> source, TSource value, IEqualityComparer<TSource> comparer)
- public static int Count<TSource>(this IEnumerable<TSource> source)
- public static int Count<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<TSource> DefaultIfEmpty<TSource>(this IEnumerable<TSource> source)
- public static IEnumerable<TSource> DefaultIfEmpty<TSource>(this IEnumerable<TSource> source, TSource defaultValue)
- public static IEnumerable<TSource> Distinct<TSource>(this IEnumerable<TSource> source)
- public static IEnumerable<TSource> Distinct<TSource>(this IEnumerable<TSource> source, IEqualityComparer<TSource> comparer)
- public static TSource ElementAt<TSource>(this IEnumerable<TSource> source, int index)
- public static TSource ElementAtOrDefault<TSource>(this IEnumerable<TSource> source, int index)
- public static IEnumerable<TResult> Empty<TResult>()
- public static IEnumerable<TSource> Except<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second)
- public static IEnumerable<TSource> Except<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second, IEqualityComparer<TSource> comparer)
- public static TSource First<TSource>(this IEnumerable<TSource> source)
- public static TSource First<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static TSource FirstOrDefault<TSource>(this IEnumerable<TSource> source)
- public static TSource FirstOrDefault<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<IGrouping<TKey, TSource>> GroupBy<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static IEnumerable<IGrouping<TKey, TSource>> GroupBy<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<IGrouping<TKey, TElement>> GroupBy<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector)
- public static IEnumerable<IGrouping<TKey, TElement>> GroupBy<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<TResult> GroupBy<TSource, TKey, TElement, TResult>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, Func<TKey, IEnumerable<TElement>, TResult> resultSelector)
- public static IEnumerable<TResult> GroupBy<TSource, TKey, TElement, TResult>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, Func<TKey, IEnumerable<TElement>, TResult> resultSelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<TResult> GroupBy<TSource, TKey, TResult>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TKey, IEnumerable<TSource>, TResult> resultSelector)
- public static IEnumerable<TResult> GroupBy<TSource, TKey, TResult>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TKey, IEnumerable<TSource>, TResult> resultSelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<TResult> GroupJoin<TOuter, TInner, TKey, TResult>(this IEnumerable<TOuter> outer, IEnumerable<TInner> inner, Func<TOuter, TKey> outerKeySelector, Func<TInner, TKey> innerKeySelector, Func<TOuter, IEnumerable<TInner>, TResult> resultSelector)
- public static IEnumerable<TResult> GroupJoin<TOuter, TInner, TKey, TResult>(this IEnumerable<TOuter> outer, IEnumerable<TInner> inner, Func<TOuter, TKey> outerKeySelector, Func<TInner, TKey> innerKeySelector, Func<TOuter, IEnumerable<TInner>, TResult> resultSelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<TSource> Intersect<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second)
- public static IEnumerable<TSource> Intersect<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second, IEqualityComparer<TSource> comparer)
- public static IEnumerable<TResult> Join<TOuter, TInner, TKey, TResult>(this IEnumerable<TOuter> outer, IEnumerable<TInner> inner, Func<TOuter, TKey> outerKeySelector, Func<TInner, TKey> innerKeySelector, Func<TOuter, TInner, TResult> resultSelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<TResult> Join<TOuter, TInner, TKey, TResult>(this IEnumerable<TOuter> outer, IEnumerable<TInner> inner, Func<TOuter, TKey> outerKeySelector, Func<TInner, TKey> innerKeySelector, Func<TOuter, TInner, TResult> resultSelector)
- public static TSource Last<TSource>(this IEnumerable<TSource> source)
- public static TSource Last<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static TSource LastOrDefault<TSource>(this IEnumerable<TSource> source)
- public static TSource LastOrDefault<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static long LongCount<TSource>(this IEnumerable<TSource> source)
- public static long LongCount<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static int Max(this IEnumerable<int> source)
- public static long Max(this IEnumerable<long> source)
- public static double Max(this IEnumerable<double> source)
- public static float Max(this IEnumerable<float> source)
- public static decimal Max(this IEnumerable<decimal> source)
- public static int? Max(this IEnumerable<int?> source)
- public static long? Max(this IEnumerable<long?> source)
- public static double? Max(this IEnumerable<double?> source)
- public static float? Max(this IEnumerable<float?> source)
- public static decimal? Max(this IEnumerable<decimal?> source)
- public static TSource Max<TSource>(this IEnumerable<TSource> source)
- public static int Max<TSource>(this IEnumerable<TSource> source, Func<TSource, int> selector)
- public static long Max<TSource>(this IEnumerable<TSource> source, Func<TSource, long> selector)
- public static double Max<TSource>(this IEnumerable<TSource> source, Func<TSource, double> selector)
- public static float Max<TSource>(this IEnumerable<TSource> source, Func<TSource, float> selector)
- public static decimal Max<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal> selector)
- public static int? Max<TSource>(this IEnumerable<TSource> source, Func<TSource, int?> selector)
- public static long? Max<TSource>(this IEnumerable<TSource> source, Func<TSource, long?> selector)
- public static double? Max<TSource>(this IEnumerable<TSource> source, Func<TSource, double?> selector)
- public static float? Max<TSource>(this IEnumerable<TSource> source, Func<TSource, float?> selector)
- public static decimal? Max<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal?> selector)
- public static TResult Max<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, TResult> selector)
- public static int Min(this IEnumerable<int> source)
- public static long Min(this IEnumerable<long> source)
- public static double Min(this IEnumerable<double> source)
- public static float Min(this IEnumerable<float> source)
- public static decimal Min(this IEnumerable<decimal> source)
- public static int? Min(this IEnumerable<int?> source)
- public static long? Min(this IEnumerable<long?> source)
- public static double? Min(this IEnumerable<double?> source)
- public static float? Min(this IEnumerable<float?> source)
- public static decimal? Min(this IEnumerable<decimal?> source)
- public static TSource Min<TSource>(this IEnumerable<TSource> source)
- public static int Min<TSource>(this IEnumerable<TSource> source, Func<TSource, int> selector)
- public static long Min<TSource>(this IEnumerable<TSource> source, Func<TSource, long> selector)
- public static double Min<TSource>(this IEnumerable<TSource> source, Func<TSource, double> selector)
- public static float Min<TSource>(this IEnumerable<TSource> source, Func<TSource, float> selector)
- public static decimal Min<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal> selector)
- public static int? Min<TSource>(this IEnumerable<TSource> source, Func<TSource, int?> selector)
- public static long? Min<TSource>(this IEnumerable<TSource> source, Func<TSource, long?> selector)
- public static float? Min<TSource>(this IEnumerable<TSource> source, Func<TSource, float?> selector)
- public static double? Min<TSource>(this IEnumerable<TSource> source, Func<TSource, double?> selector)
- public static decimal? Min<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal?> selector)
- public static TResult Min<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, TResult> selector)
- public static IEnumerable<TResult> OfType<TResult>(this IEnumerable source)
- public static IOrderedEnumerable<TSource> OrderBy<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static IOrderedEnumerable<TSource> OrderBy<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer)
- public static IOrderedEnumerable<TSource> OrderByDescending<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static IOrderedEnumerable<TSource> OrderByDescending<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer)
- public static IEnumerable<int> Range(int start, int count)
- public static IEnumerable<TResult> Repeat<TResult>(TResult element, int count)
- public static IEnumerable<TSource> Reverse<TSource>(this IEnumerable<TSource> source)
- public static IEnumerable<TResult> Select<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, TResult> selector)
- public static IEnumerable<TResult> Select<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, int, TResult> selector)
- public static IEnumerable<TResult> SelectMany<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, IEnumerable<TResult>> selector)
- public static IEnumerable<TResult> SelectMany<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, int, IEnumerable<TResult>> selector)
- public static IEnumerable<TResult> SelectMany<TSource, TCollection, TResult>(this IEnumerable<TSource> source, Func<TSource, IEnumerable<TCollection>> collectionSelector, Func<TSource, TCollection, TResult> resultSelector)
- public static IEnumerable<TResult> SelectMany<TSource, TCollection, TResult>(this IEnumerable<TSource> source, Func<TSource, int, IEnumerable<TCollection>> collectionSelector, Func<TSource, TCollection, TResult> resultSelector)
- public static bool SequenceEqual<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second)
- public static bool SequenceEqual<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second, IEqualityComparer<TSource> comparer)
- public static TSource Single<TSource>(this IEnumerable<TSource> source)
- public static TSource Single<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static TSource SingleOrDefault<TSource>(this IEnumerable<TSource> source)
- public static TSource SingleOrDefault<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<TSource> Skip<TSource>(this IEnumerable<TSource> source, int count)
- public static IEnumerable<TSource> SkipWhile<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<TSource> SkipWhile<TSource>(this IEnumerable<TSource> source, Func<TSource, int, bool> predicate)
- public static int Sum(this IEnumerable<int> source)
- public static int? Sum(this IEnumerable<int?> source)
- public static int Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, int> selector)
- public static int? Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, int?> selector)
- public static long Sum(this IEnumerable<long> source)
- public static long? Sum(this IEnumerable<long?> source)
- public static long Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, long> selector)
- public static long? Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, long?> selector)
- public static double Sum(this IEnumerable<double> source)
- public static double? Sum(this IEnumerable<double?> source)
- public static double Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, double> selector)
- public static double? Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, double?> selector)
- public static float Sum(this IEnumerable<float> source)
- public static float? Sum(this IEnumerable<float?> source)
- public static float Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, float> selector)
- public static float? Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, float?> selector)
- public static decimal Sum(this IEnumerable<decimal> source)
- public static decimal? Sum(this IEnumerable<decimal?> source)
- public static decimal Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal> selector)
- public static decimal? Sum<TSource>(this IEnumerable<TSource> source, Func<TSource, decimal?> selector)
- public static IEnumerable<TSource> Take<TSource>(this IEnumerable<TSource> source, int count)
- public static IEnumerable<TSource> TakeWhile<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<TSource> TakeWhile<TSource>(this IEnumerable<TSource> source, Func<TSource, int, bool> predicate)
- public static IOrderedEnumerable<TSource> ThenBy<TSource, TKey>(this IOrderedEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static IOrderedEnumerable<TSource> ThenBy<TSource, TKey>(this IOrderedEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer)
- public static IOrderedEnumerable<TSource> ThenByDescending<TSource, TKey>(this IOrderedEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static IOrderedEnumerable<TSource> ThenByDescending<TSource, TKey>(this IOrderedEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer)
- public static TSource[] ToArray<TSource>(this IEnumerable<TSource> source)
- public static Dictionary<TKey, TElement> ToDictionary<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector)
- public static Dictionary<TKey, TElement> ToDictionary<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, IEqualityComparer<TKey> comparer)
- public static Dictionary<TKey, TSource> ToDictionary<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static Dictionary<TKey, TSource> ToDictionary<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IEqualityComparer<TKey> comparer)
- public static List<TSource> ToList<TSource>(this IEnumerable<TSource> source)
- public static ILookup<TKey, TSource> ToLookup<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector)
- public static ILookup<TKey, TSource> ToLookup<TSource, TKey>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, IEqualityComparer<TKey> comparer)
- public static ILookup<TKey, TElement> ToLookup<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector)
- public static ILookup<TKey, TElement> ToLookup<TSource, TKey, TElement>(this IEnumerable<TSource> source, Func<TSource, TKey> keySelector, Func<TSource, TElement> elementSelector, IEqualityComparer<TKey> comparer)
- public static IEnumerable<TSource> Union<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second)
- public static IEnumerable<TSource> Union<TSource>(this IEnumerable<TSource> first, IEnumerable<TSource> second, IEqualityComparer<TSource> comparer)
- public static IEnumerable<TSource> Where<TSource>(this IEnumerable<TSource> source, Func<TSource, bool> predicate)
- public static IEnumerable<TSource> Where<TSource>(this IEnumerable<TSource> source, Func<TSource, int, bool> predicate)
-
public interface IGrouping<TKey, TElement> : IEnumerable<TElement>, IEnumerable
-
public interface ILookup<TKey, TElement> : IEnumerable<IGrouping<TKey, TElement>>, IEnumerable
-
public interface IOrderedEnumerable<TElement> : IEnumerable<TElement>, IEnumerable
-
public class Lookup<TKey, TElement> : IEnumerable<IGrouping<TKey, TElement>>, IEnumerable, ILookup<TKey, TElement>
System.Runtime.CompilerServices