IndexExpression.Indexer Propriété

Définition

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

public:
 property System::Reflection::PropertyInfo ^ Indexer { System::Reflection::PropertyInfo ^ get(); };
public System.Reflection.PropertyInfo Indexer { get; }
member this.Indexer : System.Reflection.PropertyInfo
Public ReadOnly Property Indexer As PropertyInfo

Valeur de propriété

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

S’applique à