Class EnumExtensions
Inheritance
System.Object
EnumExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class EnumExtensions
Methods
ToBrowserExecutionType(BrowserType)
Declaration
public static BrowserExecutionType ToBrowserExecutionType(this BrowserType browserType)
Parameters
BrowserType
browserType
|
Returns
BrowserExecutionType
|
ToBrowserType(BrowserExecutionType)
Declaration
public static BrowserType ToBrowserType(this BrowserExecutionType browserExecutionType)
Parameters
BrowserExecutionType
browserExecutionType
|
Returns
BrowserType
|