Class AdapterPort<TIn, TOut>
Inheritance
object
AdapterPort<TIn, TOut>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public class AdapterPort<TIn, TOut> : IPort<TOut>, IPort
Type Parameters
Name | Description |
---|---|
TIn | |
TOut |
Constructors
AdapterPort(IPort<TIn>, Func<TIn, TOut>)
Declaration
public AdapterPort(IPort<TIn> port, Func<TIn, TOut> adapterFunc)
Parameters
Type | Name | Description |
---|---|---|
IPort<TIn> | port | |
Func<, ><TIn, TOut> | adapterFunc |
Properties
Value
Declaration
public TOut Value { get; }
Property Value
Type | Description |
---|---|
TOut |
Methods
GetValue()
Declaration
public object GetValue()
Returns
Type | Description |
---|---|
object |