SynType
Anon
AnonRecd
App
Array
FromParseError
Fun
HashConstraint
Intersection
LongIdent
LongIdentApp
MeasurePower
Or
Paren
SignatureParameter
StaticConstant
StaticConstantExpr
StaticConstantNamed
StaticConstantNull
Tags
Tuple
Var
WithGlobalConstraints
WithNull
IsAnon
IsAnonRecd
IsApp
IsArray
IsFromParseError
IsFun
IsHashConstraint
IsIntersection
IsLongIdent
IsLongIdentApp
IsMeasurePower
IsOr
IsParen
IsSignatureParameter
IsStaticConstant
IsStaticConstantExpr
IsStaticConstantNamed
IsStaticConstantNull
IsTuple
IsVar
IsWithGlobalConstraints
IsWithNull
Range
Tag
NewAnon(Range)
NewAnonRecd(Boolean, FSharpList<Tuple<Ident, SynType>>, Range)
NewApp(SynType, FSharpOption<Range>, FSharpList<SynType>, FSharpList<Range>, FSharpOption<Range>, Boolean, Range)
NewArray(Int32, SynType, Range)
NewFromParseError(Range)
NewFun(SynType, SynType, Range, SynTypeFunTrivia)
NewHashConstraint(SynType, Range)
NewIntersection(FSharpOption<SynTypar>, FSharpList<SynType>, Range, SynTyparDeclTrivia)
NewLongIdent(SynLongIdent)
NewLongIdentApp(SynType, SynLongIdent, FSharpOption<Range>, FSharpList<SynType>, FSharpList<Range>, FSharpOption<Range>, Range)
NewMeasurePower(SynType, SynRationalConst, Range)
NewOr(SynType, SynType, Range, SynTypeOrTrivia)
NewParen(SynType, Range)
NewSignatureParameter(FSharpList<SynAttributeList>, Boolean, FSharpOption<Ident>, SynType, Range)
NewStaticConstant(SynConst, Range)
NewStaticConstantExpr(SynExpr, Range)
NewStaticConstantNamed(SynType, SynType, Range)
NewStaticConstantNull(Range)
NewTuple(Boolean, FSharpList<SynTupleTypeSegment>, Range)
NewVar(SynTypar, Range)
NewWithGlobalConstraints(SynType, FSharpList<SynTypeConstraint>, Range)
NewWithNull(SynType, Boolean, Range, SynTypeWithNullTrivia)
ToString()
netcoreapp2.0
namespace FSharp.Compiler.Syntax
{
[CompilationMapping(SourceConstructFlags.SumType)]
[DebuggerDisplay("{__DebugDisplay(),nq}")]
[NoComparison]
[NoEquality]
[RequireQualifiedAccess]
public abstract class SynType
{
[CompilationMapping(SourceConstructFlags.UnionCase, 6)]
[DebuggerNonUserCode]
public static SynType! NewFun(SynType! _argType, SynType! _returnType, Range _range, SynTypeFunTrivia! _trivia);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp2.0 | |
Assemblies | FSharp.Compiler.Service , Version=43.9.300.0, PublicKeyToken=b03f5f7f11d50a3a FSharp.Compiler.Service , Version=43.9.201.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | FSharp.Compiler.Service (43.9.300-preview.25160.5) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API