Click or drag to resize

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
C#
public static bool IsVirtualOrAbstract(
	Object method
)

Parameters

method
Type: SystemObject

Return Value

Type: Boolean
See Also