Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-04-02 10:33:45 +0400
committernulltoken <emeric.fermas@gmail.com>2011-04-02 10:33:45 +0400
commit2bd06300e2c8fe02493657aadc1cd114bc44762a (patch)
tree934f40707120d136825e7c6f879bf93faf2969ae /LibGit2Sharp/Reference.cs
parent9f58a197e4404c5d81672c600b02dac878236c46 (diff)
Reduce Core exposure
Diffstat (limited to 'LibGit2Sharp/Reference.cs')
-rw-r--r--LibGit2Sharp/Reference.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Reference.cs b/LibGit2Sharp/Reference.cs
index 157f9e0c..7e1af704 100644
--- a/LibGit2Sharp/Reference.cs
+++ b/LibGit2Sharp/Reference.cs
@@ -19,7 +19,7 @@ namespace LibGit2Sharp
/// <summary>
/// Gets the type of this reference.
/// </summary>
- public GitReferenceType Type { get; private set; }
+ internal GitReferenceType Type { get; private set; }
internal static Reference CreateFromPtr(IntPtr ptr, Repository repo)
{