Partager via


IDelegateCreationOperation.Target Property

Definition

The lambda or method binding that this delegate is created from.

public:
 property Microsoft::CodeAnalysis::IOperation ^ Target { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation Target { get; }
member this.Target : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property Target As IOperation

Property Value

Applies to