Condividi tramite


IndexExpression.Indexer Proprietà

Definizione

Ottiene l’oggetto PropertyInfo per la proprietà se l'espressione rappresenta una proprietà indicizzata, restituisce null in caso contrario.

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

Valore della proprietà

Ottiene l’oggetto PropertyInfo per la proprietà se l'espressione rappresenta una proprietà indicizzata, in caso contrario null.

Si applica a