Share via


ReflectionExtensions.GetProperties(Type) Method

Definition

For internal use by the Xamarin.Forms platform.

public static System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> GetProperties (this Type type);
static member GetProperties : Type -> seq<System.Reflection.PropertyInfo>

Parameters

type
System.Type

For internal use by the Xamarin.Forms platform.

Returns

System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo>

For internal use by the Xamarin.Forms platform.

Applies to