Header menu logo F# Compiler Guide

ILAttributesStored Type

Represents the efficiency-oriented storage of ILAttributes in another item.

Instance members

Instance member Description

this.CustomAttrs

Full Usage: this.CustomAttrs

Returns: ILAttributes
Returns: ILAttributes

this.HasWellKnownAttribute

Full Usage: this.HasWellKnownAttribute

Parameters:
Returns: bool
flag : WellKnownILAttributes
compute : ILAttributes -> WellKnownILAttributes
Returns: bool

Static members

Static member Description

ILAttributesStored.CreateGiven(attrs)

Full Usage: ILAttributesStored.CreateGiven(attrs)

Parameters:
Returns: ILAttributesStored

ILAttributesStored.CreateReader(idx, f)

Full Usage: ILAttributesStored.CreateReader(idx, f)

Parameters:
Returns: ILAttributesStored
idx : int32
f : int32 -> ILAttribute[]
Returns: ILAttributesStored

Type something to start searching.