MrKWatkins.Reflection 1.3.1 Help

MethodInfoExtensions.GetCSharpOperator Method

Definition

Returns the relevant CSharpOperator value if the specified method is a C# operator; null otherwise.

public static CSharpOperator? GetCSharpOperator(this MethodInfo method);

Parameters

Name

Type

Description

method

MethodInfo

The method.

Returns

CSharpOperator?

A CSharpOperator value if the specified method is a C# operator; null otherwise.

Remarks

Checks if the method is public, static, its name matches one of the operator method names and that the method has the correct signature.

Last modified: 17 December 2024