FSharpAttribute Type
Represents a custom attribute attached to F# source code or a compiler .NET component
Instance members
Instance member |
Description
|
|
The type of the attribute
|
|
The arguments to the constructor for the attribute
|
|
Format the attribute using the rules of the given display context
|
Full Usage:
this.IsAttribute
Returns: bool
|
Indicates if attribute matches the full name of the given type parameter
|
Full Usage:
this.IsUnresolved
Returns: bool
|
Indicates if the attribute type is in an unresolved assembly
|
|
The named arguments for the attribute
|
|
Get the range of the name of the attribute
|