Class Scope
public class Scope : EnumWrapper, IEquatable<EnumWrapper>
- Inheritance
-
Scope
- Implements
- Inherited Members
Properties
Global
public static Scope Global { get; }
Property Value
Local
public static Scope Local { get; }
Property Value
Methods
GetByValue(string)
Gets the Scope enumeration by value.
public static Scope GetByValue(string value)
Parameters
value
string