TypeBinaryExpression.TypeOperand Property

Definition

Gets the type operand of a type test operation.

public:
 property Type ^ TypeOperand { Type ^ get(); };
public Type TypeOperand { get; }
member this.TypeOperand : Type
Public ReadOnly Property TypeOperand As Type

Property Value

A Type that represents the type operand of a type test operation.

Applies to