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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/src/TypeSystem/Common/ModuleDesc.cs')
-rw-r--r--src/Common/src/TypeSystem/Common/ModuleDesc.cs8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Common/src/TypeSystem/Common/ModuleDesc.cs b/src/Common/src/TypeSystem/Common/ModuleDesc.cs
index 78b9f0a32..4d06abb7a 100644
--- a/src/Common/src/TypeSystem/Common/ModuleDesc.cs
+++ b/src/Common/src/TypeSystem/Common/ModuleDesc.cs
@@ -6,15 +6,11 @@ using System.Collections.Generic;
namespace Internal.TypeSystem
{
- public abstract partial class ModuleDesc
+ public abstract partial class ModuleDesc : TypeSystemEntity
{
- /// <summary>
- /// Gets the type system context the module belongs to.
- /// </summary>
- public TypeSystemContext Context
+ public override TypeSystemContext Context
{
get;
- private set;
}
public ModuleDesc(TypeSystemContext context)