MethodRefIsVirtualOrAbstract Method |
True if the specified method object is virtual or abstract.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool IsVirtualOrAbstract(
Object method
)
Parameters
- method
- Type: SystemObject
Return Value
Type:
BooleanSee Also