Header menu logo F# Compiler Guide

MethodGroup Type

Represents a group of methods (or other items) returned by GetMethods.

Instance members

Instance member Description

this.MethodName

Full Usage: this.MethodName

Returns: string

The shared name of the methods (or other items) in the group

Returns: string

this.Methods

Full Usage: this.Methods

Returns: MethodGroupItem[]

The methods (or other items) in the group

Returns: MethodGroupItem[]

Type something to start searching.