次の方法で共有


ReflectionExtensions.GetFields(Type) メソッド

定義

Xamarin.Forms プラットフォームによる内部使用向け。

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

パラメーター

type
System.Type

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

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

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象