6123a772ed
Former-commit-id: 4b7216ffda08448e562271ce733688e761120fc5
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 |