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