Show / Hide Table of Contents

Class Duplicate

Reads a value from the top input and puts it on both top and bottom outputs. Same as Dup

Inheritance
System.Object
Dup
Duplicate
Implements
ITopIn
ITopOut
IBottomOut
IFunction
Inherited Members
Dup.TopInput
Dup.DoQueueing(Queue<Value>, Queue<Value>)
Dup.Top()
Dup.Bottom()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fluency.Execution.Functions.BuiltIn
Assembly: Execution.dll
Syntax
public class Duplicate : Dup, ITopIn, ITopOut, IBottomOut, IFunction

Properties

| Improve this Doc View Source

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
Dup.Name

Implements

ITopIn
ITopOut
IBottomOut
IFunction

Extension Methods

ExecutionExtensions.Is<T>(IFunction, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX