CxParameterUsage

Description

[Flags]
enum Tinman.Core.Cx.Declarations.CxParameterUsage

Enumeration of possible semantic usages of CxParameter objects.

Public / Constants

Unknown

public constant Unknown → (0:int32)

The usage is unknown.

Declaration

public constant Declaration → (1:int32)

A combination of usage flags.

DeclarationDelegate

public constant DeclarationDelegate → (1:int32)

A parameter of a delegate declaration.

Member

public constant Member → (6:int32)

A combination of usage flags.

MemberConstructor

public constant MemberConstructor → (2:int32)

A parameter of a constructor.

MemberMethod

public constant MemberMethod → (4:int32)

A parameter of a method.

See also

CxMemberMethod

All

public constant All → (7:int32)

All flags.