Table of Contents

Class AdapterPort<TIn, TOut>

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll
public class AdapterPort<TIn, TOut> : IPort<TOut>, IPort

Type Parameters

TIn
TOut
Inheritance
object
AdapterPort<TIn, TOut>
Implements
IPort<TOut>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Constructors

AdapterPort(IPort<TIn>, Func<TIn, TOut>)

public AdapterPort(IPort<TIn> port, Func<TIn, TOut> adapterFunc)

Parameters

port IPort<TIn>
adapterFunc Func<TIn, TOut>

Properties

Value

public TOut Value { get; }

Property Value

TOut

Methods

GetValue()

public object GetValue()

Returns

object