IndexExpression.Indexer 属性

定义

如果表达式表示索引属性,则获取属性的 PropertyInfo,否则返回 null。

public:
 property System::Reflection::PropertyInfo ^ Indexer { System::Reflection::PropertyInfo ^ get(); };
public System.Reflection.PropertyInfo Indexer { get; }
public System.Reflection.PropertyInfo? Indexer { get; }
member this.Indexer : System.Reflection.PropertyInfo
Public ReadOnly Property Indexer As PropertyInfo

属性值

如果表达式表示索引属性,则为属性的 PropertyInfo,否则为 null。

适用于