Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Contains types that simplify reflection over F# code.
Namespace/Module Path: Microsoft.FSharp.Reflection
Assembly: FSharp.Core (in FSharp.Core.dll)
namespace Microsoft.FSharp.Reflection
Type Definitions
Type |
Description |
|---|---|
type FSharpType |
Contains operations associated with constructing and analyzing F# types such as records, unions and tuples. |
type FSharpValue |
Contains operations associated with constructing and analyzing values associated with F# types such as records, unions and tuples. |
type UnionCaseInfo |
Represents a case of a discriminated union type. |