RuntimeEntityType.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 类型的索引器的 (如果存在)。

实现

属性

适用于