C# 클래스 ShaderTools.VisualStudio.ShaderLab.Util.Extensions.Extensions

파일 보기 프로젝트 열기: tgjones/HlslTools

공개 메소드들

메소드 설명
GetBackgroundParser ( this textBuffer ) : BackgroundParser
GetSyntaxTree ( this snapshot, CancellationToken cancellationToken ) : SyntaxTree

메소드 상세

GetBackgroundParser() 공개 정적인 메소드

public static GetBackgroundParser ( this textBuffer ) : BackgroundParser
textBuffer this
리턴 ShaderTools.VisualStudio.ShaderLab.Parsing.BackgroundParser

GetSyntaxTree() 공개 정적인 메소드

public static GetSyntaxTree ( this snapshot, CancellationToken cancellationToken ) : SyntaxTree
snapshot this
cancellationToken System.Threading.CancellationToken
리턴 ShaderTools.Unity.Syntax.SyntaxTree