FSharpChoice<T1, T2, T3, T4, T5>
Choice1Of5
Choice2Of5
Choice3Of5
Choice4Of5
Choice5Of5
Tags
IsChoice1Of5
IsChoice2Of5
IsChoice3Of5
IsChoice4Of5
IsChoice5Of5
Tag
CompareTo(Object)
CompareTo(Object, IComparer)
CompareTo(FSharpChoice<T1, T2, T3, T4, T5>)
Equals(Object)
Equals(Object, IEqualityComparer)
Equals(FSharpChoice<T1, T2, T3, T4, T5>)
Equals(FSharpChoice<T1, T2, T3, T4, T5>, IEqualityComparer)
GetHashCode()
GetHashCode(IEqualityComparer)
NewChoice1Of5(T1)
NewChoice2Of5(T2)
NewChoice3Of5(T3)
NewChoice4Of5(T4)
NewChoice5Of5(T5)
xamarinwatchos
namespace Microsoft.FSharp.Core
{
[CompilationMapping(SourceConstructFlags.SumType)]
[CompiledName("FSharpChoice`5")]
[StructuralComparison]
[StructuralEquality]
public abstract class FSharpChoice<T1, T2, T3, T4, T5> : IStructuralComparable, IStructuralEquatable, IComparable, IComparable<FSharpChoice<T1, T2, T3, T4, T5>>, IEquatable<FSharpChoice<T1, T2, T3, T4, T5>>
{
public override sealed int GetHashCode();
}
}
.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 xamarinwatchos | |
Assembly | FSharp.Core , Version=3.98.4.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API