QsCustomType Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)]
[System.Serializable]
public sealed class QsCustomType : IComparable, IComparable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType>, IEquatable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsCustomType>, System.Collections.IStructuralComparable, System.Collections.IStructuralEquatable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)>]
[<System.Serializable>]
type QsCustomType = {}
Public NotInheritable Class QsCustomType
Implements IComparable, IComparable(Of QsCustomType), IEquatable(Of QsCustomType), IStructuralComparable, IStructuralEquatable
Inheritance
QsCustomType
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Implements

Constructors

QsCustomType(QsQualifiedName, ImmutableArray<QsDeclarationAttribute>, Access, Source, QsNullable<QsLocation>, ResolvedType, QsTuple<QsTypeItem>, ImmutableArray<String>, QsComments)

Properties

Access
Attributes
Comments
Documentation
FullName
Location
Source
Type
TypeItems

Methods

AddAttribute(QsDeclarationAttribute)
AddAttributes(IEnumerable<QsDeclarationAttribute>)
CompareTo(Object)
CompareTo(Object, IComparer)
CompareTo(QsCustomType)
Equals(Object)
Equals(Object, IEqualityComparer)
Equals(QsCustomType)
GetHashCode()
GetHashCode(IEqualityComparer)
ToString()
WithFullName(Func<QsQualifiedName,QsQualifiedName>)
WithSource(Source)

Applies to