Share via


RuntimeTypeBase.FindIndexerPropertyInfo メソッド

定義

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

[System.Diagnostics.DebuggerStepThrough]
public virtual System.Reflection.PropertyInfo? FindIndexerPropertyInfo ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member FindIndexerPropertyInfo : unit -> System.Reflection.PropertyInfo
override this.FindIndexerPropertyInfo : unit -> System.Reflection.PropertyInfo
Public Overridable Function FindIndexerPropertyInfo () As PropertyInfo

戻り値

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

実装

属性

適用対象