From 450e744041ffd7489b3db854392497a91be830fc Mon Sep 17 00:00:00 2001 From: Richard Schneider Date: Mon, 16 Jan 2017 21:17:40 +1300 Subject: [PATCH] docs(Merkle): use --- src/DagLink.cs | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/DagLink.cs b/src/DagLink.cs index 9da7ecb..a6aee80 100644 --- a/src/DagLink.cs +++ b/src/DagLink.cs @@ -53,23 +53,13 @@ public DagLink(CodedInputStream stream) Read(stream); } - /// - /// A name associated with the linked node. - /// - /// - /// IPFS considers a null name different from a - /// name; - /// + /// public string Name { get; private set; } - /// - /// The of the linked node. - /// + /// public string Hash { get; private set; } - /// - /// The size in bytes of the linked node. - /// + /// public long Size { get; private set; } ///