Show / Hide Table of Contents

Class Unzip

If Unzip(true), put an element from the top pipeline onto the top pipeline, then top to bottom, then top to top, and so on. If Unzip(false), same, but put on the bottom pipeline first. If no argument given, treat the first value seen as if it was passed as the argument.

Inheritance
System.Object
Unzip
Implements
ITopIn
ITopOut
IBottomOut
IFunction
Inherited Members
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 Unzip : ITopIn, ITopOut, IBottomOut, IFunction

Constructors

| Improve this Doc View Source

Unzip(Value[])

Declaration
public Unzip(Value[] arguments)
Parameters
Type Name Description
Value[] arguments

Properties

| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TopInput

Declaration
public GetNext TopInput { set; }
Property Value
Type Description
GetNext

Methods

| Improve this Doc View Source

Bottom()

Declaration
public Value Bottom()
Returns
Type Description
Value
| Improve this Doc View Source

Top()

Declaration
public Value Top()
Returns
Type Description
Value

Implements

ITopIn
ITopOut
IBottomOut
IFunction

Extension Methods

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