QsTypeParameter Class

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)]
[Microsoft.FSharp.Core.CustomComparison]
[Microsoft.FSharp.Core.CustomEquality]
[System.Serializable]
public sealed class QsTypeParameter : IComparable
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.RecordType)>]
[<Microsoft.FSharp.Core.CustomComparison>]
[<Microsoft.FSharp.Core.CustomEquality>]
[<System.Serializable>]
type QsTypeParameter = {}
Public NotInheritable Class QsTypeParameter
Implements IComparable
Inheritance
QsTypeParameter
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute Microsoft.FSharp.Core.CustomComparisonAttribute Microsoft.FSharp.Core.CustomEqualityAttribute SerializableAttribute
Implements

Constructors

QsTypeParameter(QsQualifiedName, String, QsNullable<Range>)

Properties

Origin
Range
TypeName

Methods

Equals(Object)
GetHashCode()
New(QsQualifiedName, String)
ToString()
With(FSharpOption<QsQualifiedName>, FSharpOption<String>, FSharpOption<QsNullable<Range>>)

Applies to