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 public static Modifiers GetMethodModifiers(
MethodBase methodBase
)
Parameters
- methodBase
- Type: System.ReflectionMethodBase
Return Value
Type:
ModifiersSee Also