Class IdentityRemovalStrategy
Looks for Identity()
-steps and removes them.
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.Strategy.Optimization
Assembly: cs.temp.dll.dll
Syntax
public class IdentityRemovalStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
IdentityRemovalStrategy()
Initializes a new instance of the IdentityRemovalStrategy class.
Declaration
public IdentityRemovalStrategy()
Implements
System.IEquatable<T>