e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
10 lines
254 B
C#
10 lines
254 B
C#
#if NET_3_5 || NET_4_0
|
|
namespace System.Runtime.CompilerServices {
|
|
[AttributeUsage (AttributeTargets.Parameter, Inherited = false)]
|
|
public sealed class CallerMemberNameAttribute : Attribute {
|
|
public CallerMemberNameAttribute ()
|
|
{
|
|
}
|
|
}
|
|
}
|
|
#endif |