Table of Contents

Class ArrayAdapterPort<TIn, TOut>

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll
public class ArrayAdapterPort<TIn, TOut> : IPort<TOut[]>, IPort

Type Parameters

TIn
TOut
Inheritance
ArrayAdapterPort<TIn, TOut>
Implements
IPort<TOut[]>
Inherited Members

Constructors

ArrayAdapterPort(IPort<TIn[]>)

public ArrayAdapterPort(IPort<TIn[]> port)

Parameters

port IPort<TIn[]>

Properties

Value

public TOut[] Value { get; }

Property Value

TOut[]

Methods

GetValue()

public object GetValue()

Returns

object