Header menu logo F# Compiler Guide

ILMemberAccess Type

Member Access

Union cases

Union case Description

Assembly

Full Usage: Assembly

Assembly - Indicates that the method is accessible to any class of this assembly. (internal)

CompilerControlled

Full Usage: CompilerControlled

Family

Full Usage: Family

Family - Indicates that the method is accessible only to members of this class and its derived classes. (protected)

FamilyAndAssembly

Full Usage: FamilyAndAssembly

FamilyAndAssembly - Indicates that the method is accessible to members of this type and its derived types that are in _this assembly only_. (private protected)

FamilyOrAssembly

Full Usage: FamilyOrAssembly

FamilyOrAssembly - Indicates that the method is accessible to derived classes anywhere, as well as to any class _in the assembly_. (protected internal)

Private

Full Usage: Private

Public

Full Usage: Public

Type something to start searching.