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 を返します。

適用対象