We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f55693 commit 38ec24fCopy full SHA for 38ec24f
LibGit2Sharp/Blob.cs
@@ -26,7 +26,7 @@ internal Blob(Repository repo, ObjectId id)
26
/// <summary>
27
/// Gets the size in bytes of the contents of a blob
28
/// </summary>
29
- public virtual int Size { get; set; }
+ public virtual int Size { get; protected set; }
30
31
32
/// Gets the blob content in a <see cref="byte" /> array.
0 commit comments