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:
authorJan Kotas <jkotas@microsoft.com>2017-03-22 02:24:52 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-03-22 03:46:50 +0300
commit79498a9eb81b1efee6f917e6cd03a811da4ae9cc (patch)
tree943b26b76ab34123c6241807ef2fd959fff0b64c /src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
parent9e985794e82cbdc4542634d5e28a11b31e66584a (diff)
Revert "Switch coreclr corelib to use resx (#10268)"
This reverts commit 12ef04c22b07f1e4ec5a63009298e4537a2c8e1a.
Diffstat (limited to 'src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs')
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
index ad923dfae..65b120e6b 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
@@ -54,4 +54,4 @@ namespace System.Runtime.CompilerServices
/// </summary>
public IList<string> TransformNames => _transformNames;
}
-}
+} \ No newline at end of file