namespace System.Reflection { partial class FieldInfo { public static FieldInfo GetFieldFromHandle (RuntimeFieldHandle handle) { throw null; } public static FieldInfo GetFieldFromHandle (RuntimeFieldHandle handle, RuntimeTypeHandle declaringType) { throw null; } } }