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

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Mono.Cecil.Tests/CallerMemberNameAttribute.cs')
-rw-r--r--Test/Mono.Cecil.Tests/CallerMemberNameAttribute.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Test/Mono.Cecil.Tests/CallerMemberNameAttribute.cs b/Test/Mono.Cecil.Tests/CallerMemberNameAttribute.cs
deleted file mode 100644
index 63bd9b8..0000000
--- a/Test/Mono.Cecil.Tests/CallerMemberNameAttribute.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-#if NET_3_5 || NET_4_0
-namespace System.Runtime.CompilerServices {
- [AttributeUsage (AttributeTargets.Parameter, Inherited = false)]
- public sealed class CallerMemberNameAttribute : Attribute {
- public CallerMemberNameAttribute ()
- {
- }
- }
-}
-#endif \ No newline at end of file