Class Pop
Implements
System.IEquatable<EnumWrapper>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gremlin.Net.Process.Traversal
Assembly: cs.temp.dll.dll
Syntax
public class Pop : EnumWrapper, IEquatable<EnumWrapper>
Properties
All
Declaration
public static Pop All { get; }
Property Value
Type | Description |
---|---|
Pop |
First
Declaration
public static Pop First { get; }
Property Value
Type | Description |
---|---|
Pop |
Last
Declaration
public static Pop Last { get; }
Property Value
Type | Description |
---|---|
Pop |
Mixed
Declaration
public static Pop Mixed { get; }
Property Value
Type | Description |
---|---|
Pop |
Methods
GetByValue(String)
Gets the Pop enumeration by value.
Declaration
public static Pop GetByValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
Pop |
Implements
System.IEquatable<T>