IndexExpression.Indexer 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果表达式表示索引属性,则获取属性的 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.PropertyInfoPublic ReadOnly Property Indexer As PropertyInfo属性值
如果表达式表示索引属性,则为属性的 PropertyInfo,否则为 null。