共用方式為


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。

適用於