CompilerServices.TypeProviderAttribute Class (F#)

Place on a class that implements the ITypeProvider interface to extend the compiler.

Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices

Assembly: FSharp.Core (in FSharp.Core.dll)

[<AttributeUsage(4, AllowMultiple = false)>]
type TypeProviderAttribute =
 class
  new TypeProviderAttribute : unit -> TypeProviderAttribute
 end

Remarks

You can also use the short form of the name, TypeProvider.

Constructors

Member

Description

new

Creates an instance of the attribute.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Reference

Microsoft.FSharp.Core.CompilerServices Namespace (F#)