IndexExpression.Indexer Propriété

Définition

Obtient PropertyInfo pour la propriété si l’expression représente une propriété indexée ; sinon, retourne 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

Valeur de propriété

PropertyInfo pour la propriété si l’expression représente une propriété indexée ; sinon, null.

S’applique à