public struct MessageInputEndpoint<TType> : IConcrete, IInputEndpoint, IEndpoint, IInternalEndpoint, IConnectableWith<MessageOutputEndpoint<TType>>
Type Parameters
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 MessageInputEndpoint<TType> operand)
Parameters
Returns