Browse Source

Removed CallerMemberNameAttribute from Net3_Proxy because it already exists in AsyncBridge

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
337c79fe26
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      Net3-Proxy/CompilerServices.cs

+ 0
- 5
Net3-Proxy/CompilerServices.cs View File

@ -6,9 +6,4 @@ using System.Text;
namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class CallerMemberNameAttribute : Attribute
{
}
}

Loading…
Cancel
Save