FileTags

Property in CompilationResult

Summary

Gets the collection of file-level tags found in the source code.

public Dictionary<string, IEnumerable<string>> FileTags { get; internal set; }

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

Was this helpful?