FieldInfo.cs 275 B

12345678
  1. namespace System.Reflection
  2. {
  3. partial class FieldInfo
  4. {
  5. public static FieldInfo GetFieldFromHandle (RuntimeFieldHandle handle) { throw null; }
  6. public static FieldInfo GetFieldFromHandle (RuntimeFieldHandle handle, RuntimeTypeHandle declaringType) { throw null; }
  7. }
  8. }