FileTags
Property in CompilationResult
Summary
Gets the collection of file-level tags found in the source code.
Remarks
The keys of this dictionary are the file names (as indicated by the FileName property of the CompilationJob 's Files collection), and the values are the file tags associated with that file.
Last updated