Share via


RuntimeTypeBase.FindIndexerProperty(Type) メソッド

定義

値が存在する場合は、値を受け取る既定の String インデクサー プロパティを返します。

public static System.Reflection.PropertyInfo? FindIndexerProperty (Type type);
static member FindIndexerProperty : Type -> System.Reflection.PropertyInfo
Public Shared Function FindIndexerProperty (type As Type) As PropertyInfo

パラメーター

type
Type

インデクサーを検索する型。

戻り値

インデクサー プロパティまたは null

適用対象