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