public struct DSLInputEndpoint<TDSLHandler> : IConcrete, IInputEndpoint, IEndpoint, IInternalEndpoint, IConnectableWith<DSLOutputEndpoint<TDSLHandler>> where TDSLHandler : class, IDSLHandler, new()
Type Parameters
Name |
Description |
TDSLHandler |
|
Properties
Declaration
public PortDescription.Category Category { get; }
Property Value
Implements
Declaration
public UnresolvedInputPair Endpoint { get; }
Property Value
Implements
Declaration
public bool IsWeak { get; }
Property Value
Implements
Declaration
public TypeHash Type { get; }
Property Value
Implements
Operators
Declaration
public static implicit operator InputEndpoint(in DSLInputEndpoint<TDSLHandler> operand)
Parameters
Returns