Header menu logo F# Compiler Guide

ILThisConvention Type

Union cases

Union case Description

Instance

Full Usage: Instance

accepts an implicit 'this' pointer

InstanceExplicit

Full Usage: InstanceExplicit

accepts an explicit 'this' pointer

Static

Full Usage: Static

no 'this' pointer is passed

Instance members

Instance member Description

this.IsInstance

Full Usage: this.IsInstance

Returns: bool
Returns: bool

this.IsInstanceExplicit

Full Usage: this.IsInstanceExplicit

Returns: bool
Returns: bool

this.IsStatic

Full Usage: this.IsStatic

Returns: bool
Returns: bool

Type something to start searching.