AwaitIsParentAsync Method |
Determine if the specified parent is an 'async' method.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static bool IsParentAsync(
CodeObject parent
)
Parameters
- parent
- Type: Nova.CodeDOMCodeObject
Return Value
Type:
BooleanSee Also