Click or drag to resize

MethodRefGetMethodModifiers Method (MethodBase)

Get any modifiers from the specified MethodBase.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Modifiers GetMethodModifiers(
	MethodBase methodBase
)

Parameters

methodBase
Type: System.ReflectionMethodBase

Return Value

Type: Modifiers
See Also