Header menu logo F# Compiler Guide

ILAttribElem Type

Union cases

Union case Description

Array(ILType, ILAttribElem list)

Full Usage: Array(ILType, ILAttribElem list)

Parameters:
Item1 : ILType
Item2 : ILAttribElem list

Bool bool

Full Usage: Bool bool

Parameters:
    Item : bool

Item : bool

Byte byte

Full Usage: Byte byte

Parameters:
    Item : byte

Item : byte

Char char

Full Usage: Char char

Parameters:
    Item : char

Item : char

Double double

Full Usage: Double double

Parameters:
    Item : double

Item : double

Int16 int16

Full Usage: Int16 int16

Parameters:
    Item : int16

Item : int16

Int32 int32

Full Usage: Int32 int32

Parameters:
    Item : int32

Item : int32

Int64 int64

Full Usage: Int64 int64

Parameters:
    Item : int64

Item : int64

Null

Full Usage: Null

SByte sbyte

Full Usage: SByte sbyte

Parameters:
    Item : sbyte

Item : sbyte

Single single

Full Usage: Single single

Parameters:
    Item : single

Item : single

String string option

Full Usage: String string option

Parameters:
    Item : string option

Represents a custom attribute parameter of type 'string'. These may be null, in which case they are encoded in a special way as indicated by Ecma-335 Partition II.

Item : string option

Type ILType option

Full Usage: Type ILType option

Parameters:
Item : ILType option

TypeRef ILTypeRef option

Full Usage: TypeRef ILTypeRef option

Parameters:
Item : ILTypeRef option

UInt16 uint16

Full Usage: UInt16 uint16

Parameters:
    Item : uint16

Item : uint16

UInt32 uint32

Full Usage: UInt32 uint32

Parameters:
    Item : uint32

Item : uint32

UInt64 uint64

Full Usage: UInt64 uint64

Parameters:
    Item : uint64

Item : uint64

Type something to start searching.