IReadOnlyTypeBase.FindIndexerPropertyInfo 方法

定义

PropertyInfo返回关联 CLR 类型的索引器的 (如果存在)。

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

返回

PropertyInfo关联 CLR 类型上索引器的 (如果存在)。

适用于