SetModule
Add<T>(T, FSharpSet<T>)
Contains<T>(T, FSharpSet<T>)
Count<T>(FSharpSet<T>)
Difference<T>(FSharpSet<T>, FSharpSet<T>)
Empty<T>()
Exists<T>(FSharpFunc<T, Boolean>, FSharpSet<T>)
Filter<T>(FSharpFunc<T, Boolean>, FSharpSet<T>)
Fold<T, TState>(FSharpFunc<TState, FSharpFunc<T, TState>>, TState, FSharpSet<T>)
FoldBack<T, TState>(FSharpFunc<T, FSharpFunc<TState, TState>>, FSharpSet<T>, TState)
ForAll<T>(FSharpFunc<T, Boolean>, FSharpSet<T>)
Intersect<T>(FSharpSet<T>, FSharpSet<T>)
IntersectMany<T>(IEnumerable<FSharpSet<T>>)
IsEmpty<T>(FSharpSet<T>)
IsProperSubset<T>(FSharpSet<T>, FSharpSet<T>)
IsProperSuperset<T>(FSharpSet<T>, FSharpSet<T>)
IsSubset<T>(FSharpSet<T>, FSharpSet<T>)
IsSuperset<T>(FSharpSet<T>, FSharpSet<T>)
Iterate<T>(FSharpFunc<T, Unit>, FSharpSet<T>)
Map<T, TResult>(FSharpFunc<T, TResult>, FSharpSet<T>)
MaxElement<T>(FSharpSet<T>)
MinElement<T>(FSharpSet<T>)
OfArray<T>(T[])
OfList<T>(FSharpList<T>)
OfSeq<T>(IEnumerable<T>)
Partition<T>(FSharpFunc<T, Boolean>, FSharpSet<T>)
Remove<T>(T, FSharpSet<T>)
Singleton<T>(T)
ToArray<T>(FSharpSet<T>)
ToList<T>(FSharpSet<T>)
ToSeq<T>(FSharpSet<T>)
Union<T>(FSharpSet<T>, FSharpSet<T>)
UnionMany<T>(IEnumerable<FSharpSet<T>>)
net10.0-windows7.0
namespace Microsoft.FSharp.Collections
{
[CompilationMapping(SourceConstructFlags.Module)]
[CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)]
[RequireQualifiedAccess]
public static class SetModule
{
[CompilationArgumentCounts(new[] { 1, 1 })]
[CompilationSourceName("isProperSuperset")]
public static bool IsProperSuperset<T>(FSharpSet<T> set1, FSharpSet<T> set2);
}
}
| .NET | 5.06.07.08.09.010.0 |
|---|---|
| .NET Core | 2.02.12.23.03.1 |
| .NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
| .NET Standard | 2.02.1 |
Information specific to net10.0 | |
| Platforms | This API is only available when you target a specific platform: |
| Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
| Assemblies | FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | Your project needs a package reference to |
| Package | FSharp.Core (9.0.300-beta.25160.5) netstandard2.1 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API