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/System.Private.CoreLib/src/Internal/Reflection/ExplicitScopeAttribute.cs')
-rw-r--r--src/System.Private.CoreLib/src/Internal/Reflection/ExplicitScopeAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/src/Internal/Reflection/ExplicitScopeAttribute.cs b/src/System.Private.CoreLib/src/Internal/Reflection/ExplicitScopeAttribute.cs
index fc309169b..ef0aa6597 100644
--- a/src/System.Private.CoreLib/src/Internal/Reflection/ExplicitScopeAttribute.cs
+++ b/src/System.Private.CoreLib/src/Internal/Reflection/ExplicitScopeAttribute.cs
@@ -21,7 +21,7 @@ namespace Internal.Reflection
[AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Struct | AttributeTargets.Delegate, Inherited = false)]
public sealed class ExplicitScopeAttribute : Attribute
{
- public ExplicitScopeAttribute(String assemblyIdentity)
+ public ExplicitScopeAttribute(string assemblyIdentity)
{
}
}