Identifier 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 abstract class Identifier : IComparable, IComparable<Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier>, IEquatable<Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.SumType)>]
[<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>]
[<System.Serializable>]
type Identifier =
Public MustInherit Class Identifier
Implements IComparable, IComparable(Of Identifier), IEquatable(Of Identifier), IStructuralComparable, IStructuralEquatable
- Inheritance
-
Identifier
- Derived
- Attributes
- Implements
Properties
| InvalidIdentifier | |
| IsGlobalCallable | |
| IsInvalidIdentifier | |
| IsLocalVariable | |
| Tag |