Class Pop
Assembly: Gremlin.Net.dll
Syntax
public class Pop : EnumWrapper, IEquatable<EnumWrapper>
Properties
All
Declaration
public static Pop All { get; }
Property Value
First
Declaration
public static Pop First { get; }
Property Value
Last
Declaration
public static Pop Last { get; }
Property Value
Mixed
Declaration
public static Pop Mixed { get; }
Property Value
Methods
GetByValue(string)
Gets the Pop enumeration by value.
Declaration
public static Pop GetByValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements