Struct MessageOutputEndpoint<TType>
Syntax
public struct MessageOutputEndpoint<TType> : IConcrete, IOutputEndpoint, IEndpoint, IInternalEndpoint, IConnectableWith<MessageInputEndpoint<TType>>, IConnectableWith<DataInputEndpoint<TType>>
Type Parameters
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(MessageOutputEndpoint<TType> to OutputEndpoint)
Declaration
public static implicit operator OutputEndpoint(in MessageOutputEndpoint<TType> operand)
Parameters
Returns