ClassEnumExtensions
Class
Enum extension methods.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public static class EnumExtensions
Inheritance: objectEnumExtensions
Methods
ToBrowserExecutionType(BrowserType)
This converts BrowserType enum to BrowserExecutionType enum
Declaration
cs-api-definition
public static BrowserExecutionType ToBrowserExecutionType(this BrowserType browserType)
Parameters
browserType
Returns
ToBrowserType(BrowserExecutionType)
This converts BrowserExecutionType enum to BrowserType enum
Declaration
cs-api-definition
public static BrowserType ToBrowserType(this BrowserExecutionType browserExecutionType)
Parameters
browserExecutionType
Returns