C# Class ShaderTools.VisualStudio.Core.Parsing.BackgroundParserEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: tgjones/HlslTools Class Usage Examples

Public Methods

Method Description
BackgroundParserEventArgs ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : System

Method Details

BackgroundParserEventArgs() public method

public BackgroundParserEventArgs ( ITextSnapshot snapshot, CancellationToken cancellationToken ) : System
snapshot ITextSnapshot
cancellationToken System.Threading.CancellationToken
return System