Convert.IsBadIndex(AST) Metod

Definition

Avgör om en variabel innehåller ett matrisindexvärde.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 static bool IsBadIndex(Microsoft::JScript::AST ^ ast);
public static bool IsBadIndex(Microsoft.JScript.AST ast);
static member IsBadIndex : Microsoft.JScript.AST -> bool
Public Shared Function IsBadIndex (ast As AST) As Boolean

Parametrar

ast
AST

Variabeln som ska testas.

Returer

trueom ast innehåller ett matrisindexvärde, annars . false

Gäller för