Struct DSLOutputEndpoint<TDSLHandler>
Syntax
public struct DSLOutputEndpoint<TDSLHandler> : IConcrete, IOutputEndpoint, IEndpoint, IInternalEndpoint, IConnectableWith<DSLInputEndpoint<TDSLHandler>> where TDSLHandler : class, IDSLHandler, new()
Type Parameters
Name |
Description |
TDSLHandler |
|
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
Operators
Implicit(DSLOutputEndpoint<TDSLHandler> to OutputEndpoint)
Declaration
public static implicit operator OutputEndpoint(in DSLOutputEndpoint<TDSLHandler> operand)
Parameters
Returns