SymbolOccurrence 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.NonPublicRepresentation | Microsoft.FSharp.Core.SourceConstructFlags.SumType)]
[System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")]
[System.Serializable]
public abstract class SymbolOccurrence : IComparable, IComparable<Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolOccurrence>, IEquatable<Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolOccurrence>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.NonPublicRepresentation | Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type SymbolOccurrence = class
interface IEquatable<SymbolOccurrence>
interface IStructuralEquatable
interface IComparable<SymbolOccurrence>
interface IComparable
interface IStructuralComparable
Public MustInherit Class SymbolOccurrence
Implements IComparable, IComparable(Of SymbolOccurrence), IEquatable(Of SymbolOccurrence), IStructuralComparable, IStructuralEquatable
- Inheritance
-
SymbolOccurrence
- Attributes
- Implements