Show / Hide Table of Contents

Class First

Returns the first N values, then puts the rest on the bottom. If no arguments given, N is 1.

Inheritance
System.Object
FirstN
First
Implements
ITopIn
ITopOut
IBottomOut
IFunction
Inherited Members
FirstN.TopInput
FirstN.toAllow
FirstN.Bottom()
FirstN.Top()
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 First : FirstN, ITopIn, ITopOut, IBottomOut, IFunction

Constructors

| Improve this Doc View Source

First(Value[])

Declaration
public First(Value[] args)
Parameters
Type Name Description
Value[] args

Properties

| Improve this Doc View Source

Name

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

Implements

ITopIn
ITopOut
IBottomOut
IFunction

Extension Methods

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