Share via


SyntaxFacts.IsIndexed(ExpressionSyntax) Method

Definition

Returns true if the node is the object of an element access expression.

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

Parameters

Returns

Applies to