SyntaxFacts.IsAddressOfOperand(ExpressionSyntax) Method

Definition

Returns true if the node is the operand of an AddressOf expression

public:
 static bool IsAddressOfOperand(Microsoft::CodeAnalysis::VisualBasic::Syntax::ExpressionSyntax ^ node);
public static bool IsAddressOfOperand (Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax node);
static member IsAddressOfOperand : Microsoft.CodeAnalysis.VisualBasic.Syntax.ExpressionSyntax -> bool
Public Shared Function IsAddressOfOperand (node As ExpressionSyntax) As Boolean

Parameters

Returns

Applies to