Class ArrayAdapterPort<TIn, TOut>
public class ArrayAdapterPort<TIn, TOut> : IPort<TOut[]>, IPort
Type Parameters
TInTOut
- Inheritance
-
ArrayAdapterPort<TIn, TOut>
- Implements
-
IPort<TOut[]>
- Inherited Members
Constructors
ArrayAdapterPort(IPort<TIn[]>)
public ArrayAdapterPort(IPort<TIn[]> port)
Parameters
portIPort<TIn[]>
Properties
Value
public TOut[] Value { get; }
Property Value
- TOut[]
Methods
GetValue()
public object GetValue()