Share via


ReflectionExtensions.GetField Method

Definition

Overloads

GetField(Type, Func<FieldInfo,Boolean>)

For internal use by the Xamarin.Forms platform.

GetField(Type, String)

For internal use by the Xamarin.Forms platform.

GetField(Type, Func<FieldInfo,Boolean>)

For internal use by the Xamarin.Forms platform.

public static System.Reflection.FieldInfo GetField (this Type type, Func<System.Reflection.FieldInfo,bool> predicate);
static member GetField : Type * Func<System.Reflection.FieldInfo, bool> -> System.Reflection.FieldInfo

Parameters

type
System.Type

For internal use by the Xamarin.Forms platform.

predicate
System.Func<System.Reflection.FieldInfo,System.Boolean>

For internal use by the Xamarin.Forms platform.

Returns

System.Reflection.FieldInfo

For internal use by the Xamarin.Forms platform.

Applies to

GetField(Type, String)

For internal use by the Xamarin.Forms platform.

public static System.Reflection.FieldInfo GetField (this Type type, string name);
static member GetField : Type * string -> System.Reflection.FieldInfo

Parameters

type
System.Type

For internal use by the Xamarin.Forms platform.

name
System.String

For internal use by the Xamarin.Forms platform.

Returns

System.Reflection.FieldInfo

For internal use by the Xamarin.Forms platform.

Applies to