Click or drag to resize

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
C#
public static bool IsParentAsync(
	CodeObject parent
)

Parameters

parent
Type: Nova.CodeDOMCodeObject

Return Value

Type: Boolean
See Also