Struct OutputEndpoint
Syntax
public struct OutputEndpoint : IConcrete, IOutputEndpoint, IEndpoint, IInternalEndpoint, IPotentialDataEndpoint, IConnectableWith<InputEndpoint>
Properties
Category
Declaration
public PortDescription.Category Category { get; }
Property Value
Implements
Endpoint
Declaration
public UnresolvedOutputPair Endpoint { get; }
Property Value
Implements
IsWeak
Declaration
public bool IsWeak { get; }
Property Value
Implements
Type
Declaration
public TypeHash Type { get; }
Property Value
Implements