Show / Hide Table of Contents

Class I

The identity function. Passes input to output. Same as Comment

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

Properties

| Improve this Doc View Source

Name

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

Implements

ITopIn
ITopOut
IFunction

Extension Methods

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