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