IMemberReferenceOperation.Instance Property

Definition

Instance of the type. Null if the reference is to a static/shared member.

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

Property Value

Applies to