QsCompilerDiagnostic Struct

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)]
[Microsoft.FSharp.Core.Struct]
[System.Serializable]
public struct QsCompilerDiagnostic : IEquatable<Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic>, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)>]
[<Microsoft.FSharp.Core.Struct>]
[<System.Serializable>]
type QsCompilerDiagnostic = {}
Public Structure QsCompilerDiagnostic
Implements IEquatable(Of QsCompilerDiagnostic), IStructuralEquatable
Inheritance
QsCompilerDiagnostic
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute Microsoft.FSharp.Core.StructAttribute SerializableAttribute
Implements

Constructors

QsCompilerDiagnostic(DiagnosticItem, IEnumerable<String>, Range)

Properties

Arguments
Code
Diagnostic
Message
Range

Methods

Equals(Object)
Equals(Object, IEqualityComparer)
Equals(QsCompilerDiagnostic)
Error(ErrorCode, IEnumerable<String>, Range)
GetHashCode()
GetHashCode(IEqualityComparer)
Info(InformationCode, IEnumerable<String>, Range)
New(DiagnosticItem, IEnumerable<String>, Range)
ToString()
Warning(WarningCode, IEnumerable<String>, Range)

Applies to