UserDefinedType Class

Definition

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

Constructors

UserDefinedType(String, String, QsNullable<Range>)

Properties

Name
Namespace
Range

Methods

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

Applies to