Share via


IReadOnlyTypeBase.FindIndexerPropertyInfo メソッド

定義

PropertyInfo関連付けられた CLR 型のインデクサーが存在する場合は、 を返します。

public System.Reflection.PropertyInfo? FindIndexerPropertyInfo ();
abstract member FindIndexerPropertyInfo : unit -> System.Reflection.PropertyInfo
Public Function FindIndexerPropertyInfo () As PropertyInfo

戻り値

PropertyInfo関連付けられた CLR 型のインデクサー (存在する場合) の 。

適用対象