Signatures
July 20, 2026 ยท View on GitHub
- Total: 620
- Types: 114
- Members: 506
AggregateException- [class] .NET Core 1.0
void Handle(Func<Exception, bool>).NET Core 1.0
AllowNullAttribute- [class] .NET Core 3.0
AppContext- [class] .NET Core 1.0
static string? TargetFrameworkName.NET Core 1.0
ArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionstatic void ThrowIfEqual<T>(T, T, string?) where T : IEquatable<T>.NET 8.0static void ThrowIfGreaterThan<T>(T, T, string?) where T : IComparable<T>.NET 8.0static void ThrowIfGreaterThanOrEqual<T>(T, T, string?) where T : IComparable<T>.NET 8.0static void ThrowIfLessThan<T>(T, T, string?) where T : IComparable<T>.NET 8.0static void ThrowIfLessThanOrEqual<T>(T, T, string?) where T : IComparable<T>.NET 8.0static void ThrowIfNegative<T>(T, string?) where T : struct, IComparable<T>.NET 8.0static void ThrowIfNegativeOrZero<T>(T, string?) where T : struct, IComparable<T>.NET 8.0static void ThrowIfNotEqual<T>(T, T, string?) where T : IEquatable<T>.NET 8.0static void ThrowIfZero<T>(T, string?) where T : struct, IComparable<T>.NET 8.0
ArrayPool<T>- [class] .NET Core 1.0
ArraySegment<T>Span<T> AsSpan().NET Core 2.1
AssemblyT? GetCustomAttribute<T>() where T : Attribute.NET Core 1.0
AsyncIteratorMethodBuilder- [struct] .NET Core 3.0
AsyncIteratorStateMachineAttribute- [class] .NET Core 3.0
AsyncMethodBuilderAttribute- [class] .NET Core 2.1
AsyncValueTaskMethodBuilder- [struct] .NET Core 2.1
AsyncValueTaskMethodBuilder<TResult>- [struct] .NET Core 2.1
BinaryPrimitives- [class] .NET Core 2.1
static bool TryReadDoubleBigEndian(ReadOnlySpan<byte>, out double).NET 5.0static bool TryReadDoubleLittleEndian(ReadOnlySpan<byte>, out double).NET 5.0static bool TryReadInt16BigEndian(ReadOnlySpan<byte>, out short).NET Core 2.1static bool TryReadInt16LittleEndian(ReadOnlySpan<byte>, out short).NET Core 2.1static bool TryReadInt32BigEndian(ReadOnlySpan<byte>, out int).NET Core 2.1static bool TryReadInt32LittleEndian(ReadOnlySpan<byte>, out int).NET Core 2.1static bool TryReadInt64BigEndian(ReadOnlySpan<byte>, out long).NET Core 2.1static bool TryReadInt64LittleEndian(ReadOnlySpan<byte>, out long).NET Core 2.1static bool TryReadSingleBigEndian(ReadOnlySpan<byte>, out float).NET 5.0static bool TryReadSingleLittleEndian(ReadOnlySpan<byte>, out float).NET 5.0static bool TryReadUInt16BigEndian(ReadOnlySpan<byte>, out ushort).NET Core 2.1static bool TryReadUInt16LittleEndian(ReadOnlySpan<byte>, out ushort).NET Core 2.1static bool TryReadUInt32BigEndian(ReadOnlySpan<byte>, out uint).NET Core 2.1static bool TryReadUInt32LittleEndian(ReadOnlySpan<byte>, out uint).NET Core 2.1static bool TryReadUInt64BigEndian(ReadOnlySpan<byte>, out ulong).NET Core 2.1static bool TryReadUInt64LittleEndian(ReadOnlySpan<byte>, out ulong).NET Core 2.1static bool TryWriteDoubleBigEndian(Span<byte>, double).NET 5.0static bool TryWriteDoubleLittleEndian(Span<byte>, double).NET 5.0static bool TryWriteInt16BigEndian(Span<byte>, short).NET Core 2.1static bool TryWriteInt16LittleEndian(Span<byte>, short).NET Core 2.1static bool TryWriteInt32BigEndian(Span<byte>, int).NET Core 2.1static bool TryWriteInt32LittleEndian(Span<byte>, int).NET Core 2.1static bool TryWriteInt64BigEndian(Span<byte>, long).NET Core 2.1static bool TryWriteInt64LittleEndian(Span<byte>, long).NET Core 2.1static bool TryWriteSingleBigEndian(Span<byte>, float).NET 5.0static bool TryWriteSingleLittleEndian(Span<byte>, float).NET 5.0static bool TryWriteUInt16BigEndian(Span<byte>, ushort).NET Core 2.1static bool TryWriteUInt16LittleEndian(Span<byte>, ushort).NET Core 2.1static bool TryWriteUInt32BigEndian(Span<byte>, uint).NET Core 2.1static bool TryWriteUInt32LittleEndian(Span<byte>, uint).NET Core 2.1static bool TryWriteUInt64BigEndian(Span<byte>, ulong).NET Core 2.1static bool TryWriteUInt64LittleEndian(Span<byte>, ulong).NET Core 2.1static byte ReverseEndianness(byte).NET Core 2.1static double ReadDoubleBigEndian(ReadOnlySpan<byte>).NET 5.0static double ReadDoubleLittleEndian(ReadOnlySpan<byte>).NET 5.0static float ReadSingleBigEndian(ReadOnlySpan<byte>).NET 5.0static float ReadSingleLittleEndian(ReadOnlySpan<byte>).NET 5.0static int ReadInt32BigEndian(ReadOnlySpan<byte>).NET Core 2.1static int ReadInt32LittleEndian(ReadOnlySpan<byte>).NET Core 2.1static int ReverseEndianness(int).NET Core 2.1static long ReadInt64BigEndian(ReadOnlySpan<byte>).NET Core 2.1static long ReadInt64LittleEndian(ReadOnlySpan<byte>).NET Core 2.1static long ReverseEndianness(long).NET Core 2.1static sbyte ReverseEndianness(sbyte).NET Core 2.1static short ReadInt16BigEndian(ReadOnlySpan<byte>).NET Core 2.1static short ReadInt16LittleEndian(ReadOnlySpan<byte>).NET Core 2.1static short ReverseEndianness(short).NET Core 2.1static uint ReadUInt32BigEndian(ReadOnlySpan<byte>).NET Core 2.1static uint ReadUInt32LittleEndian(ReadOnlySpan<byte>).NET Core 2.1static uint ReverseEndianness(uint).NET Core 2.1static ulong ReadUInt64BigEndian(ReadOnlySpan<byte>).NET Core 2.1static ulong ReadUInt64LittleEndian(ReadOnlySpan<byte>).NET Core 2.1static ulong ReverseEndianness(ulong).NET Core 2.1static ushort ReadUInt16BigEndian(ReadOnlySpan<byte>).NET Core 2.1static ushort ReadUInt16LittleEndian(ReadOnlySpan<byte>).NET Core 2.1static ushort ReverseEndianness(ushort).NET Core 2.1static void WriteDoubleBigEndian(Span<byte>, double).NET 5.0static void WriteDoubleLittleEndian(Span<byte>, double).NET 5.0static void WriteInt16BigEndian(Span<byte>, short).NET Core 2.1static void WriteInt16LittleEndian(Span<byte>, short).NET Core 2.1static void WriteInt32BigEndian(Span<byte>, int).NET Core 2.1static void WriteInt32LittleEndian(Span<byte>, int).NET Core 2.1static void WriteInt64BigEndian(Span<byte>, long).NET Core 2.1static void WriteInt64LittleEndian(Span<byte>, long).NET Core 2.1static void WriteSingleBigEndian(Span<byte>, float).NET 5.0static void WriteSingleLittleEndian(Span<byte>, float).NET 5.0static void WriteUInt16BigEndian(Span<byte>, ushort).NET Core 2.1static void WriteUInt16LittleEndian(Span<byte>, ushort).NET Core 2.1static void WriteUInt32BigEndian(Span<byte>, uint).NET Core 2.1static void WriteUInt32LittleEndian(Span<byte>, uint).NET Core 2.1static void WriteUInt64BigEndian(Span<byte>, ulong).NET Core 2.1static void WriteUInt64LittleEndian(Span<byte>, ulong).NET Core 2.1
BinaryReaderint Read(Span<byte>).NET Core 2.1int Read(Span<char>).NET Core 2.1
BinaryWritervoid Write(ReadOnlySpan<byte>).NET Core 2.1void Write(ReadOnlySpan<char>).NET Core 2.1
byteCallerArgumentExpressionAttribute- [class] .NET Core 3.0
CallerFilePathAttribute- [class] .NET Core 1.0
CallerLineNumberAttribute- [class] .NET Core 1.0
CallerMemberNameAttribute- [class] .NET Core 1.0
CancellationTokenSourceTask CancelAsync().NET 8.0
charstatic bool IsAscii(char).NET 6.0static bool IsAsciiDigit(char).NET 7.0static bool IsAsciiHexDigit(char).NET 7.0static bool IsAsciiHexDigitLower(char).NET 7.0static bool IsAsciiHexDigitUpper(char).NET 7.0static bool IsAsciiLetter(char).NET 7.0static bool IsAsciiLetterLower(char).NET 7.0static bool IsAsciiLetterOrDigit(char).NET 7.0static bool IsAsciiLetterUpper(char).NET 7.0static bool IsBetween(char, char, char).NET 7.0
CompilerFeatureRequiredAttribute- [class] .NET 7.0
ConditionalWeakTable<TKey, TValue>- [class] .NET Core 1.0
ConfiguredCancelableAsyncEnumerable<T>- [struct] .NET Core 3.0
ConfiguredValueTaskAwaitable- [struct] .NET Core 2.1
ConfiguredValueTaskAwaitable<TResult>- [struct] .NET Core 2.1
Convertstatic byte[] FromHexString(ReadOnlySpan<char>).NET 5.0static byte[] FromHexString(string).NET 5.0static string ToHexString(byte[]).NET 5.0static string ToHexString(byte[], int, int).NET 5.0static string ToHexString(ReadOnlySpan<byte>).NET 5.0static string ToHexStringLower(byte[]).NET 9.0static string ToHexStringLower(byte[], int, int).NET 9.0static string ToHexStringLower(ReadOnlySpan<byte>).NET 9.0
DateTimeDateTimeOffsetdecimalDictionary<TKey, TValue>bool TryAdd(TKey, TValue).NET Core 2.0int EnsureCapacity(int).NET 5.0
DictionaryEntryvoid Deconstruct(out object, out object?).NET Core 2.0
DirectoryDisallowNullAttribute- [class] .NET Core 3.0
DoesNotReturnAttribute- [class] .NET Core 3.0
DoesNotReturnIfAttribute- [class] .NET Core 3.0
doubleDynamicallyAccessedMembersAttribute- [class] .NET 5.0
DynamicallyAccessedMemberTypes- [enum] .NET 5.0
Enumstatic bool IsDefined<T>(T) where T : struct, Enum.NET 5.0static bool TryParse<T>(string?, bool, out T) where T : struct, Enum.NET Core 1.0static bool TryParse<T>(string?, out T) where T : struct, Enum.NET Core 1.0static string[] GetNames<T>() where T : struct, Enum.NET 5.0static T Parse<T>(string) where T : struct, Enum.NET Core 2.0static T Parse<T>(string, bool) where T : struct, Enum.NET Core 2.0static T[] GetValues<T>() where T : struct, Enum.NET 5.0bool HasFlag(Enum).NET Core 1.0
EnumeratorCancellationAttribute- [class] .NET Core 3.0
Environmentstatic int ProcessId.NET 5.0static string? ProcessPath.NET 6.0
EqualityComparer<T>EventHandler<TEventArgs>- [delegate] .NET Core 1.0
ExcludeFromCodeCoverageAttribute- [class] .NET Core 2.0
ExtensionAttribute- [class] .NET Core 1.0
FeatureGuardAttribute- [class] .NET 9.0
FeatureSwitchDefinitionAttribute- [class] .NET 9.0
Filestatic FileStream Open(string, FileStreamOptions).NET 6.0static IAsyncEnumerable<string> ReadLinesAsync(string, CancellationToken).NET 7.0static IAsyncEnumerable<string> ReadLinesAsync(string, Encoding, CancellationToken).NET 7.0static Task AppendAllBytesAsync(string, byte[], CancellationToken).NET 9.0static Task AppendAllBytesAsync(string, ReadOnlyMemory<byte>, CancellationToken).NET 9.0static Task AppendAllLinesAsync(string, IEnumerable<string>, CancellationToken).NET Core 2.0static Task AppendAllLinesAsync(string, IEnumerable<string>, Encoding, CancellationToken).NET Core 2.0static Task AppendAllTextAsync(string, string, CancellationToken).NET Core 2.0static Task AppendAllTextAsync(string, string, Encoding, CancellationToken).NET Core 2.0static Task WriteAllBytesAsync(string, byte[], CancellationToken).NET Core 2.0static Task WriteAllLinesAsync(string, IEnumerable<string>, CancellationToken).NET Core 2.0static Task WriteAllLinesAsync(string, IEnumerable<string>, Encoding, CancellationToken).NET Core 2.0static Task WriteAllTextAsync(string, string, CancellationToken).NET Core 2.0static Task WriteAllTextAsync(string, string, Encoding, CancellationToken).NET Core 2.0static Task<byte[]> ReadAllBytesAsync(string, CancellationToken).NET Core 2.0static Task<string> ReadAllTextAsync(string, CancellationToken).NET Core 2.0static Task<string> ReadAllTextAsync(string, Encoding, CancellationToken).NET Core 2.0static Task<string[]> ReadAllLinesAsync(string, CancellationToken).NET Core 2.0static Task<string[]> ReadAllLinesAsync(string, Encoding, CancellationToken).NET Core 2.0static UnixFileMode GetUnixFileMode(string).NET 7.0static void AppendAllBytes(string, byte[]).NET 9.0static void AppendAllBytes(string, ReadOnlySpan<byte>).NET 9.0static void Move(string, string, bool).NET Core 3.0static void SetUnixFileMode(string, UnixFileMode).NET 7.0
FileStreamOptions- [class] .NET 6.0
floatGuidstatic bool TryParse(string?, out Guid).NET Core 1.0static Guid Parse(string).NET Core 1.0
HashAlgorithmHashCode- [class] .NET Core 2.1
HashSet<T>bool TryGetValue(T, out T?).NET Core 2.0int EnsureCapacity(int).NET 6.0
HttpClientTask<byte[]> GetByteArrayAsync(string, CancellationToken).NET 5.0Task<byte[]> GetByteArrayAsync(Uri, CancellationToken).NET 5.0Task<Stream> GetStreamAsync(string, CancellationToken).NET 5.0Task<Stream> GetStreamAsync(Uri, CancellationToken).NET 5.0Task<string> GetStringAsync(string, CancellationToken).NET 5.0Task<string> GetStringAsync(Uri, CancellationToken).NET 5.0
HttpContentIAsyncDisposable- [interface] .NET Core 3.0
IAsyncEnumerable<T>- [interface] .NET Core 3.0
ConfiguredCancelableAsyncEnumerable<T> ConfigureAwait(bool).NET Core 3.0ConfiguredCancelableAsyncEnumerable<T> WithCancellation(CancellationToken).NET Core 3.0
IAsyncEnumerator<T>- [interface] .NET Core 3.0
IDictionary<TKey, TValue>bool Remove(TKey, out TValue).NET Core 2.0bool TryAdd(TKey, TValue).NET Core 2.0ReadOnlyDictionary<TKey, TValue> AsReadOnly().NET 7.0
IEnumerable<T>HashSet<T> ToHashSet().NET Core 2.0HashSet<T> ToHashSet(IEqualityComparer<T>).NET Core 2.0IEnumerable<(int, T)> Index().NET 9.0IEnumerable<(T, TOther)> Zip<TOther>(IEnumerable<TOther>).NET Core 3.0IEnumerable<(T, TSecond, TThird)> Zip<TSecond, TThird>(IEnumerable<TSecond>, IEnumerable<TThird>).NET 6.0IEnumerable<KeyValuePair<TKey, int>> CountBy<TKey>(Func<T, TKey>, IEqualityComparer<TKey>?) where TKey : notnull.NET 9.0IEnumerable<KeyValuePair<TKey, TAccumulate>> AggregateBy<TKey, TAccumulate>(Func<T, TKey>, Func<TKey, TAccumulate>, Func<TAccumulate, T, TAccumulate>, IEqualityComparer<TKey>?) where TKey : notnull.NET 9.0IEnumerable<KeyValuePair<TKey, TAccumulate>> AggregateBy<TKey, TAccumulate>(Func<T, TKey>, TAccumulate, Func<TAccumulate, T, TAccumulate>, IEqualityComparer<TKey>?) where TKey : notnull.NET 9.0IEnumerable<T> Append(T).NET Core 1.0IEnumerable<T> DistinctBy<TKey>(Func<T, TKey>).NET 6.0IEnumerable<T> DistinctBy<TKey>(Func<T, TKey>, IEqualityComparer<TKey>?).NET 6.0IEnumerable<T> ExceptBy<TKey>(IEnumerable<TKey>, Func<T, TKey>).NET 6.0IEnumerable<T> ExceptBy<TKey>(IEnumerable<TKey>, Func<T, TKey>, IEqualityComparer<TKey>?).NET 6.0IEnumerable<T> IntersectBy<TKey>(IEnumerable<TKey>, Func<T, TKey>).NET 6.0IEnumerable<T> IntersectBy<TKey>(IEnumerable<TKey>, Func<T, TKey>, IEqualityComparer<TKey>?).NET 6.0IEnumerable<T> Prepend(T).NET Core 1.0IEnumerable<T> SkipLast(int).NET Core 2.0IEnumerable<T> Take(Range).NET 6.0IEnumerable<T> TakeLast(int).NET Core 2.0IEnumerable<T> UnionBy<TKey>(IEnumerable<T>, Func<T, TKey>).NET 6.0IEnumerable<T> UnionBy<TKey>(IEnumerable<T>, Func<T, TKey>, IEqualityComparer<TKey>?).NET 6.0IEnumerable<TResult> Zip<TOther, TResult>(IEnumerable<TOther>, Func<T, TOther, TResult>).NET Core 1.0IEnumerable<T[]> Chunk(int).NET 6.0IOrderedEnumerable<T> Order().NET 7.0IOrderedEnumerable<T> Order(IComparer<T>?).NET 7.0IOrderedEnumerable<T> OrderDescending().NET 7.0IOrderedEnumerable<T> OrderDescending(IComparer<T>?).NET 7.0T ElementAt(Index).NET 6.0T FirstOrDefault(Func<T, bool>, T).NET 6.0T FirstOrDefault(T).NET 6.0T LastOrDefault(Func<T, bool>, T).NET 6.0T LastOrDefault(T).NET 6.0T SingleOrDefault(Func<T, bool>, T).NET 6.0T SingleOrDefault(T).NET 6.0T? ElementAtOrDefault(Index).NET 6.0T? Max(IComparer<T>?).NET 6.0T? MaxBy<TKey>(Func<T, TKey>).NET 6.0T? MaxBy<TKey>(Func<T, TKey>, IComparer<TKey>?).NET 6.0T? Min(IComparer<T>?).NET 6.0T? MinBy<TKey>(Func<T, TKey>).NET 6.0T? MinBy<TKey>(Func<T, TKey>, IComparer<TKey>?).NET 6.0
IList<T>ReadOnlyCollection<T> AsReadOnly().NET 7.0
IMemoryOwner<T>- [interface] .NET Core 2.1
Index- [struct] .NET Core 3.0
intInterlockedstatic int And(ref int, int).NET 5.0static int Or(ref int, int).NET 5.0static long And(ref long, long).NET 5.0static long Or(ref long, long).NET 5.0static uint And(ref uint, uint).NET 5.0static uint Or(ref uint, uint).NET 5.0static ulong And(ref ulong, ulong).NET 5.0static ulong Or(ref ulong, ulong).NET 5.0
IntPtrstatic bool TryParse(ReadOnlySpan<char>, IFormatProvider?, out IntPtr).NET 7.0static bool TryParse(string?, IFormatProvider?, out IntPtr).NET 7.0static bool TryParse(string?, out IntPtr).NET 5.0static IntPtr Parse(string).NET 5.0static IntPtr Parse(string, IFormatProvider?).NET 5.0static IntPtr Parse(string, NumberStyles).NET 5.0static IntPtr Parse(string, NumberStyles, IFormatProvider?).NET 5.0
IProgress<T>- [interface] .NET Core 1.0
IReadOnlyDictionary<TKey, TValue>TValue? GetValueOrDefault(TKey).NET Core 2.0TValue? GetValueOrDefault(TKey, TValue?).NET Core 2.0
IReadOnlySet<T>- [interface] .NET 5.0
ISet<T>ReadOnlySet<T> AsReadOnly().NET 10.0
IsExternalInit- [class] .NET 5.0
ITimer- [interface] .NET 8.0
IUnion- [interface] .NET 11.0
IValueTaskSource- [interface] .NET Core 2.1
IValueTaskSource<TResult>- [interface] .NET Core 2.1
KeyValuePair<TKey, TValue>void Deconstruct(out TKey, out TValue).NET Core 2.0
LibraryImportAttribute- [class] .NET 7.0
List<T>int EnsureCapacity(int).NET 6.0void AddRange(ReadOnlySpan<T>).NET 8.0void CopyTo(Span<T>).NET 8.0void InsertRange(int, ReadOnlySpan<T>).NET 8.0
Lock- [class] .NET 9.0
longManualResetValueTaskSourceCore<TResult>- [struct] .NET Core 2.1
MatchCollectionIEnumerable<Match> AsEnumerable().NET Core 2.0IEnumerator<Match> GetEnumerator().NET Core 2.0Match[] ToArray().NET Core 2.0
Mathstatic IntPtr Clamp(IntPtr, IntPtr, IntPtr).NET 6.0static T Clamp<T>(T, T, T) where T : IComparable<T>.NET Core 2.0
MaybeNullAttribute- [class] .NET Core 3.0
MaybeNullWhenAttribute- [class] .NET Core 3.0
MD5static bool TryHashData(ReadOnlySpan<byte>, Span<byte>, out int).NET 5.0static byte[] HashData(byte[]).NET 5.0static byte[] HashData(ReadOnlySpan<byte>).NET 5.0static byte[] HashData(Stream).NET 7.0static int HashData(ReadOnlySpan<byte>, Span<byte>).NET 5.0static ValueTask<byte[]> HashDataAsync(Stream, CancellationToken).NET 7.0static ValueTask<int> HashDataAsync(Stream, Memory<byte>, CancellationToken).NET 7.0
MemberInfoT? GetCustomAttribute<T>() where T : Attribute.NET Core 1.0T? GetCustomAttribute<T>(bool) where T : Attribute.NET Core 1.0
MemberNotNullAttribute- [class] .NET 5.0
MemberNotNullWhenAttribute- [class] .NET 5.0
Memory<T>- [struct] .NET Core 2.1
MemoryPool<T>- [class] .NET Core 2.1
ModuleT? GetCustomAttribute<T>() where T : Attribute.NET Core 1.0
ModuleInitializerAttribute- [class] .NET 5.0
NotNullAttribute- [class] .NET Core 3.0
NotNullIfNotNullAttribute- [class] .NET Core 3.0
NotNullWhenAttribute- [class] .NET Core 3.0
ObjectDisposedExceptionstatic void ThrowIf(bool, object).NET 8.0static void ThrowIf(bool, Type).NET 8.0
ObsoletedOSPlatformAttribute- [class] .NET 7.0
OperatingSystem- [class] .NET Core 2.0
static bool IsFreeBSD().NET 5.0static bool IsLinux().NET 5.0static bool IsMacOS().NET 5.0static bool IsWindows().NET 5.0static bool IsWindowsVersionAtLeast(int, int, int, int).NET 5.0
OSPlatform- [struct] .NET Core 1.0
static OSPlatform FreeBSD.NET Core 3.0
OSPlatformAttribute- [class] .NET 5.0
OverloadResolutionPriorityAttribute- [class] .NET 9.0
Parallel- [class] .NET Core 1.0
static Task ForAsync(int, int, CancellationToken, Func<int, CancellationToken, ValueTask>).NET 8.0static Task ForAsync(int, int, Func<int, CancellationToken, ValueTask>).NET 8.0static Task ForAsync(int, int, ParallelOptions, Func<int, CancellationToken, ValueTask>).NET 8.0static Task ForEachAsync<T>(IAsyncEnumerable<T>, CancellationToken, Func<T, CancellationToken, ValueTask>).NET 6.0static Task ForEachAsync<T>(IAsyncEnumerable<T>, Func<T, CancellationToken, ValueTask>).NET 6.0static Task ForEachAsync<T>(IAsyncEnumerable<T>, ParallelOptions, Func<T, CancellationToken, ValueTask>).NET 6.0static Task ForEachAsync<T>(IEnumerable<T>, CancellationToken, Func<T, CancellationToken, ValueTask>).NET 6.0static Task ForEachAsync<T>(IEnumerable<T>, Func<T, CancellationToken, ValueTask>).NET 6.0static Task ForEachAsync<T>(IEnumerable<T>, ParallelOptions, Func<T, CancellationToken, ValueTask>).NET 6.0
ParallelOptions- [class] .NET Core 1.0
ParameterInfoT? GetCustomAttribute<T>() where T : Attribute.NET Core 1.0T? GetCustomAttribute<T>(bool) where T : Attribute.NET Core 1.0
Pathstatic bool EndsInDirectorySeparator(string?).NET Core 3.0static bool Exists(string?).NET 7.0static bool IsPathFullyQualified(string).NET Core 2.1static string Combine(params string[]).NET Core 1.0static string GetRelativePath(string, string).NET Core 2.0static string Join(params string?[]).NET Core 3.0static string TrimEndingDirectorySeparator(string).NET Core 3.0
Processbool WaitForExit(TimeSpan).NET 7.0Task WaitForExitAsync(CancellationToken).NET 5.0void Kill(bool).NET Core 3.0
ProcessStartInfoCollection<string> ArgumentList.NET Core 3.0
Progress<T>- [class] .NET Core 1.0
Queue<T>bool TryDequeue(out T?).NET Core 2.0bool TryPeek(out T?).NET Core 2.0int EnsureCapacity(int).NET 6.0
Randomstatic Random Shared.NET 6.0float NextSingle().NET 6.0long NextInt64().NET 6.0long NextInt64(long).NET 6.0long NextInt64(long, long).NET 6.0string GetHexString(int, bool).NET 10.0string GetString(ReadOnlySpan<char>, int).NET 10.0T[] GetItems<T>(ReadOnlySpan<T>, int).NET 8.0T[] GetItems<T>(T[], int).NET 8.0void GetItems<T>(ReadOnlySpan<T>, Span<T>).NET 8.0void NextBytes(Span<byte>).NET Core 2.1void Shuffle<T>(Span<T>).NET 8.0void Shuffle<T>(T[]).NET 8.0
RandomNumberGenerator- [class] .NET Core 1.0
static byte[] GetBytes(int).NET 6.0static int GetInt32(int).NET Core 3.0static int GetInt32(int, int).NET Core 3.0static string GetHexString(int, bool).NET 8.0static string GetString(ReadOnlySpan<char>, int).NET 8.0static T[] GetItems<T>(ReadOnlySpan<T>, int).NET 8.0static void Fill(Span<byte>).NET Core 2.1static void GetItems<T>(ReadOnlySpan<T>, Span<T>).NET 8.0static void Shuffle<T>(Span<T>).NET 8.0void GetBytes(byte[], int, int).NET Core 2.0void GetBytes(Span<byte>).NET Core 2.1void GetNonZeroBytes(byte[]).NET Core 2.0void GetNonZeroBytes(Span<byte>).NET Core 2.1
Range- [struct] .NET Core 3.0
ReadOnlyMemory<T>- [struct] .NET Core 2.1
ReadOnlySet<T>- [class] .NET 9.0
ReadOnlySpan<T>- [struct] .NET Core 2.1
bool Contains(T).NET Core 2.1bool SequenceEqual(ReadOnlySpan<T>).NET Core 2.1int IndexOf(T).NET Core 2.1
Regexstatic int Count(string, string).NET 7.0static int Count(string, string, RegexOptions).NET 7.0static int Count(string, string, RegexOptions, TimeSpan).NET 7.0int Count(string).NET 7.0
RequiredMemberAttribute- [class] .NET 7.0
RequiresAssemblyFilesAttribute- [class] .NET 6.0
RequiresDynamicCodeAttribute- [class] .NET 7.0
RequiresUnreferencedCodeAttribute- [class] .NET 5.0
RuntimeHelpers- [class] .NET Core 3.0
static T[] GetSubArray<T>(T[], Range).NET Core 3.0
RuntimeInformation- [class] .NET Core 1.0
static bool IsOSPlatform(OSPlatform).NET Core 1.0
sbyteSemaphoreSlimTask WaitAsync().NET Core 1.0Task WaitAsync(CancellationToken).NET Core 1.0Task<bool> WaitAsync(int).NET Core 1.0Task<bool> WaitAsync(int, CancellationToken).NET Core 1.0Task<bool> WaitAsync(TimeSpan).NET Core 1.0Task<bool> WaitAsync(TimeSpan, CancellationToken).NET Core 1.0
SetsRequiredMembersAttribute- [class] .NET 7.0
SHA1static bool TryHashData(ReadOnlySpan<byte>, Span<byte>, out int).NET 5.0static byte[] HashData(byte[]).NET 5.0static byte[] HashData(ReadOnlySpan<byte>).NET 5.0static byte[] HashData(Stream).NET 7.0static int HashData(ReadOnlySpan<byte>, Span<byte>).NET 5.0static ValueTask<byte[]> HashDataAsync(Stream, CancellationToken).NET 7.0static ValueTask<int> HashDataAsync(Stream, Memory<byte>, CancellationToken).NET 7.0
SHA256static bool TryHashData(ReadOnlySpan<byte>, Span<byte>, out int).NET 5.0static byte[] HashData(byte[]).NET 5.0static byte[] HashData(ReadOnlySpan<byte>).NET 5.0static byte[] HashData(Stream).NET 7.0static int HashData(ReadOnlySpan<byte>, Span<byte>).NET 5.0static ValueTask<byte[]> HashDataAsync(Stream, CancellationToken).NET 7.0static ValueTask<int> HashDataAsync(Stream, Memory<byte>, CancellationToken).NET 7.0
SHA384static bool TryHashData(ReadOnlySpan<byte>, Span<byte>, out int).NET 5.0static byte[] HashData(byte[]).NET 5.0static byte[] HashData(ReadOnlySpan<byte>).NET 5.0static byte[] HashData(Stream).NET 7.0static int HashData(ReadOnlySpan<byte>, Span<byte>).NET 5.0static ValueTask<byte[]> HashDataAsync(Stream, CancellationToken).NET 7.0static ValueTask<int> HashDataAsync(Stream, Memory<byte>, CancellationToken).NET 7.0
SHA512static bool TryHashData(ReadOnlySpan<byte>, Span<byte>, out int).NET 5.0static byte[] HashData(byte[]).NET 5.0static byte[] HashData(ReadOnlySpan<byte>).NET 5.0static byte[] HashData(Stream).NET 7.0static int HashData(ReadOnlySpan<byte>, Span<byte>).NET 5.0static ValueTask<byte[]> HashDataAsync(Stream, CancellationToken).NET 7.0static ValueTask<int> HashDataAsync(Stream, Memory<byte>, CancellationToken).NET 7.0
shortSkipLocalsInitAttribute- [class] .NET 5.0
SortedSet<T>bool TryGetValue(T, out T?).NET Core 2.0
Span<T>- [struct] .NET Core 2.1
bool Contains(T).NET Core 2.1bool SequenceEqual(ReadOnlySpan<T>).NET Core 2.1int IndexOf(T).NET Core 2.1void Reverse().NET Core 2.1
SpanAction<T, TArg>- [delegate] .NET Core 2.1
Stack<T>bool TryPeek(out T).NET Core 2.0bool TryPop(out T).NET Core 2.0int EnsureCapacity(int).NET 6.0
StopwatchStreamint Read(Span<byte>).NET Core 2.1int ReadAtLeast(Span<byte>, int, bool).NET 7.0Task CopyToAsync(Stream, CancellationToken).NET Core 2.1ValueTask DisposeAsync().NET Core 3.0ValueTask ReadExactlyAsync(byte[], int, int, CancellationToken).NET 7.0ValueTask ReadExactlyAsync(Memory<byte>, CancellationToken).NET 7.0ValueTask WriteAsync(ReadOnlyMemory<byte>, CancellationToken).NET Core 2.1ValueTask<int> ReadAsync(Memory<byte>, CancellationToken).NET Core 2.1ValueTask<int> ReadAtLeastAsync(Memory<byte>, int, bool, CancellationToken).NET 7.0void CopyTo(Stream).NET Core 1.0void CopyTo(Stream, int).NET Core 1.0void ReadExactly(byte[], int, int).NET 7.0void ReadExactly(Span<byte>).NET 7.0void Write(ReadOnlySpan<byte>).NET Core 2.1
stringstatic bool IsNullOrWhiteSpace(string?).NET Core 1.0static string Create<TState>(int, TState, SpanAction<char, TState>).NET Core 2.1static string Join(char, params object?[]).NET Core 2.0static string Join(char, params string?[]).NET Core 2.0static string Join(char, string?[], int, int).NET Core 2.0static string Join(string?, params object?[]).NET Core 1.0static string Join<T>(char, IEnumerable<T>).NET Core 2.0static string Join<T>(string?, IEnumerable<T>).NET Core 1.0bool Contains(char).NET Core 2.0bool Contains(char, StringComparison).NET Core 2.1bool Contains(string, StringComparison).NET Core 2.1bool EndsWith(char).NET Core 2.0bool StartsWith(char).NET Core 2.0int GetHashCode(StringComparison).NET Core 2.0int IndexOf(char, StringComparison).NET 5.0string Replace(string, string?, bool, CultureInfo?).NET Core 2.0string Replace(string, string?, StringComparison).NET Core 2.0string ReplaceLineEndings().NET 6.0string ReplaceLineEndings(string).NET 6.0string[] Split(char, int, StringSplitOptions).NET Core 2.0string[] Split(char, StringSplitOptions).NET Core 2.0string[] Split(string?, int, StringSplitOptions).NET Core 2.0string[] Split(string?, StringSplitOptions).NET Core 2.0ReadOnlyMemory<char> AsMemory().NET Core 2.1ReadOnlyMemory<char> AsMemory(int).NET Core 2.1ReadOnlyMemory<char> AsMemory(int, int).NET Core 2.1ReadOnlySpan<char> AsSpan().NET Core 2.1ReadOnlySpan<char> AsSpan(int).NET Core 2.1ReadOnlySpan<char> AsSpan(int, int).NET Core 2.1
StringMarshalling- [enum] .NET 7.0
StringSyntaxAttribute- [class] .NET 7.0
SupportedOSPlatformAttribute- [class] .NET 5.0
SupportedOSPlatformGuardAttribute- [class] .NET 6.0
SystemException- [class] .NET Core 2.0
TargetFrameworkAttribute- [class] .NET Core 1.0
TargetPlatformAttribute- [class] .NET 5.0
Taskstatic IAsyncEnumerable<Task<T>> WhenEach<T>(IEnumerable<Task<T>>).NET 9.0static IAsyncEnumerable<Task<T>> WhenEach<T>(params Task<T>[]).NET 9.0static IAsyncEnumerable<Task> WhenEach(IEnumerable<Task>).NET 9.0static IAsyncEnumerable<Task> WhenEach(params Task[]).NET 9.0static Task CompletedTask.NET Core 1.0static Task Delay(TimeSpan).NET Core 1.0static Task Delay(TimeSpan, CancellationToken).NET Core 1.0static Task FromCanceled(CancellationToken).NET Core 1.0static Task Run(Action).NET Core 1.0static Task Run(Action, CancellationToken).NET Core 1.0static Task Run(Func<Task>).NET Core 1.0static Task Run(Func<Task>, CancellationToken).NET Core 1.0static Task WhenAll(IEnumerable<Task>).NET Core 1.0static Task WhenAll(params Task[]).NET Core 1.0static Task<T> FromCanceled<T>(CancellationToken).NET Core 1.0static Task<T> FromResult<T>(T).NET Core 1.0static Task<T> Run<T>(Func<T>).NET Core 1.0static Task<T> Run<T>(Func<T>, CancellationToken).NET Core 1.0static Task<T> Run<T>(Func<Task<T>>).NET Core 1.0static Task<T> Run<T>(Func<Task<T>>, CancellationToken).NET Core 1.0static Task<Task<T>> WhenAny<T>(IEnumerable<Task<T>>).NET Core 1.0static Task<Task<T>> WhenAny<T>(params Task<T>[]).NET Core 1.0static Task<Task> WhenAny(IEnumerable<Task>).NET Core 1.0static Task<Task> WhenAny(params Task[]).NET Core 1.0static Task<T[]> WhenAll<T>(IEnumerable<Task<T>>).NET Core 1.0static Task<T[]> WhenAll<T>(params Task<T>[]).NET Core 1.0bool IsCompletedSuccessfully.NET Core 2.0Task WaitAsync(CancellationToken).NET 6.0Task WaitAsync(TimeSpan).NET 6.0Task WaitAsync(TimeSpan, CancellationToken).NET 6.0
Task<T>Task<T> WaitAsync(CancellationToken).NET 6.0Task<T> WaitAsync(TimeSpan).NET 6.0Task<T> WaitAsync(TimeSpan, CancellationToken).NET 6.0
TaskCompletionSource- [class] .NET 5.0
TaskCompletionSource<T>bool TrySetCanceled(CancellationToken).NET Core 1.0void SetCanceled(CancellationToken).NET 5.0
TextReaderint Read(Span<char>).NET Core 2.1Task<string> ReadToEndAsync(CancellationToken).NET 7.0Task<string?> ReadLineAsync(CancellationToken).NET 7.0ValueTask<int> ReadAsync(Memory<char>, CancellationToken).NET Core 2.1
TextWriterTask FlushAsync(CancellationToken).NET 8.0ValueTask DisposeAsync().NET Core 3.0ValueTask WriteAsync(ReadOnlyMemory<char>, CancellationToken).NET Core 2.1ValueTask WriteLineAsync(ReadOnlyMemory<char>, CancellationToken).NET Core 2.1void Write(ReadOnlySpan<char>).NET Core 2.1
ThreadAbortException- [class] .NET Core 2.0
TimeProvider- [class] .NET 8.0
Timer- [class] .NET Core 1.0
ValueTask DisposeAsync().NET Core 3.0
TimerCallback- [delegate] .NET Core 1.0
TimeSpanstatic bool TryParse(string?, IFormatProvider?, out TimeSpan).NET Core 1.0static TimeSpan FromDays(int, int, long, long, long, long).NET 9.0static TimeSpan FromHours(int, long, long, long, long).NET 9.0static TimeSpan FromMicroseconds(double).NET 7.0static TimeSpan FromMilliseconds(long).NET 10.0static TimeSpan FromMilliseconds(long, long).NET 9.0static TimeSpan FromMinutes(long, long, long, long).NET 9.0static TimeSpan FromSeconds(long, long, long).NET 9.0static TimeSpan Parse(string, IFormatProvider?).NET Core 1.0
TupleElementNamesAttribute- [class] .NET Core 2.0
Typebool IsAssignableFrom(Type).NET Core 2.0bool IsAssignableTo(Type?).NET 5.0bool IsSubclassOf(Type).NET Core 2.0
T[]Memory<T> AsMemory().NET Core 2.1Memory<T> AsMemory(int).NET Core 2.1Memory<T> AsMemory(int, int).NET Core 2.1Span<T> AsSpan().NET Core 2.1Span<T> AsSpan(int).NET Core 2.1Span<T> AsSpan(int, int).NET Core 2.1void CopyTo(Memory<T>).NET Core 2.1void CopyTo(Span<T>).NET Core 2.1
uintUIntPtrstatic bool TryParse(ReadOnlySpan<char>, IFormatProvider?, out UIntPtr).NET 7.0static bool TryParse(string?, IFormatProvider?, out UIntPtr).NET 7.0static bool TryParse(string?, out UIntPtr).NET 5.0static UIntPtr Parse(string).NET 5.0static UIntPtr Parse(string, IFormatProvider?).NET 5.0static UIntPtr Parse(string, NumberStyles).NET 5.0static UIntPtr Parse(string, NumberStyles, IFormatProvider?).NET 5.0
ulongUnconditionalSuppressMessageAttribute- [class] .NET 5.0
UnionAttribute- [class] .NET 11.0
UnixFileMode- [enum] .NET 7.0
UnsupportedOSPlatformAttribute- [class] .NET 5.0
UnsupportedOSPlatformGuardAttribute- [class] .NET 6.0
ushortValueTask- [struct] .NET Core 2.1
ValueTask<TResult>- [struct] .NET Core 2.1
ValueTaskAwaiter- [struct] .NET Core 2.1
ValueTaskAwaiter<TResult>- [struct] .NET Core 2.1
ValueTaskSourceOnCompletedFlags- [enum] .NET Core 2.1
ValueTaskSourceStatus- [enum] .NET Core 2.1
ValueTuple- [struct] .NET Core 2.0
ValueTuple<T1, T2, T3, T4, T5, T6, T7, TRest>- [struct] .NET Core 2.0
ValueTuple<T1, T2, T3, T4, T5, T6, T7>- [struct] .NET Core 2.0
ValueTuple<T1, T2, T3, T4, T5, T6>- [struct] .NET Core 2.0
ValueTuple<T1, T2, T3, T4, T5>- [struct] .NET Core 2.0
ValueTuple<T1, T2, T3, T4>- [struct] .NET Core 2.0
ValueTuple<T1, T2, T3>- [struct] .NET Core 2.0
ValueTuple<T1, T2>- [struct] .NET Core 2.0
ValueTuple<T1>- [struct] .NET Core 2.0
Versionstatic bool TryParse(string?, out Version?).NET Core 1.0static Version Parse(string).NET Core 1.0
WeakReference<T>- [class] .NET Core 1.0