Table of Contents

Class AdapterPort<TIn, TOut>

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

Type Parameters

TIn
TOut
Inheritance
AdapterPort<TIn, TOut>
Implements
IPort<TOut>
Inherited Members

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