Search Results for

    Show / Hide Table of Contents

    Class AdapterPort<TIn, TOut>

    Inheritance
    object
    AdapterPort<TIn, TOut>
    Implements
    IPort<TOut>
    IPort
    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

    Implements

    IPort<TValue>
    IPort
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX