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.PropertyInfo
Public ReadOnly Property Indexer As PropertyInfo
屬性值
如果運算式代表索引屬性,則為屬性的 PropertyInfo;否則為 null。