Share via


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입니다.

적용 대상