CharacteristicsKind<S> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)]
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Serializable]
public class CharacteristicsKind<S> : IComparable, IComparable<Microsoft.Quantum.QsCompiler.SyntaxTokens.CharacteristicsKind<S>>, IEquatable<Microsoft.Quantum.QsCompiler.SyntaxTokens.CharacteristicsKind<S>>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type CharacteristicsKind<'S> =
Public Class CharacteristicsKind(Of S)
Implements IComparable, IComparable(Of CharacteristicsKind(Of S)), IEquatable(Of CharacteristicsKind(Of S)), IStructuralComparable, IStructuralEquatable
Type Parameters
- S
- Inheritance
-
CharacteristicsKind<S>
- Derived
- Attributes
- Implements
Properties
| EmptySet | |
| InvalidSetExpr | |
| IsEmptySet | |
| IsIntersection | |
| IsInvalidSetExpr | |
| IsSimpleSet | |
| IsUnion | |
| Tag |