CxMethodGroup

Description

sealed class Tinman.Core.Cx.Declarations.CxMethodGroup

Derived from

CxNode abstract
ICxIdContainer

A pseudo PSI-node that represents a family of method overloads.

ICxIdContainer.Name returns the name of the method group.

Public / Attributes

Methods


[Constant]
public attribute Methods → (get)

value : IVectorConst<CxMemberMethod>

[not-null]
The method in the group.

Returns the methods in this group.

The methods in the returned list appear in the same order as they do in the enclosing type declaration.