Edit

Share via


CodeIndexerExpression.TargetObject Property

Definition

Gets or sets the target object that can be indexed.

C#
public System.CodeDom.CodeExpression TargetObject { get; set; }

Property Value

A CodeExpression that indicates the indexer object.

Remarks

This expression should indicate an object that has an indexer property.

Applies to