ReflectionExtensions.GetProperty(Type, String) Method

Definition

For internal use by the Xamarin.Forms platform.

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

Parameters

type
Type

For internal use by the Xamarin.Forms platform.

name
String

For internal use by the Xamarin.Forms platform.

Returns

PropertyInfo

For internal use by the Xamarin.Forms platform.

Applies to