C# Class ShaderTools.VisualStudio.Hlsl.Util.ContextQuery.SyntaxTokenExtensions

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Méthode Description
IsBeginningOfStatementContext ( this token ) : bool
IsSwitchLabelContext ( this targetToken ) : bool

Method Details

IsBeginningOfStatementContext() public static méthode

public static IsBeginningOfStatementContext ( this token ) : bool
token this
Résultat bool

IsSwitchLabelContext() public static méthode

public static IsSwitchLabelContext ( this targetToken ) : bool
targetToken this
Résultat bool