Class Const
Returns an infinite stream of its arguments.
Inheritance
System.Object
Const
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 Const : ITopIn, ITopOut, IFunction
Constructors
| Improve this Doc View SourceConst(Value[])
Declaration
public Const(Value[] arguments)
Parameters
| Type | Name | Description |
|---|---|---|
| Value[] | arguments |
Properties
| Improve this Doc View SourceName
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TopInput
Declaration
public GetNext TopInput { set; }
Property Value
| Type | Description |
|---|---|
| GetNext |
Methods
| Improve this Doc View SourceTop()
Declaration
public Value Top()
Returns
| Type | Description |
|---|---|
| Value |