29 ByondTopicResponse = byondTopicResponse ??
throw new ArgumentNullException(nameof(byondTopicResponse));
A response to a topic request.
Combines a Byond.TopicSender.TopicResponse with a TopicResponse.
Byond.TopicSender.TopicResponse ByondTopicResponse
The raw Byond.TopicSender.TopicResponse.
TopicResponse? InteropResponse
The interop TopicResponse, if any.
CombinedTopicResponse(Byond.TopicSender.TopicResponse byondTopicResponse, TopicResponse? interopResponse)
Initializes a new instance of the CombinedTopicResponse class.