From a07f986e05792e9d7610e66c27807585e1a056e8 Mon Sep 17 00:00:00 2001 From: Alex Wiese Date: Tue, 19 Sep 2017 16:27:35 +0930 Subject: [PATCH] Added more comments. --- src/Lyre/NativeMessagingHost.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Lyre/NativeMessagingHost.cs b/src/Lyre/NativeMessagingHost.cs index 7072d18..b7d9ace 100644 --- a/src/Lyre/NativeMessagingHost.cs +++ b/src/Lyre/NativeMessagingHost.cs @@ -40,6 +40,10 @@ public NativeMessagingHost() { } + /// + /// Initializes a new instance of the using the + /// provided input stream, ouput stream, and . + /// public NativeMessagingHost(Stream inStream, Stream outStream, Encoding encoding, JsonSerializerSettings jsonSerializerSettings) { _inStream = inStream ?? throw new ArgumentNullException(nameof(inStream));