9 lines
168 B
C#
9 lines
168 B
C#
using System;
|
|
|
|
namespace System.Reflection
|
|
{
|
|
// Token: 0x020006D6 RID: 1750
|
|
// (Invoke) Token: 0x060041E0 RID: 16864
|
|
internal delegate R Getter<T, R>(T _this);
|
|
}
|