Declarations
Last updated
Was this helpful?
Property in CompilationResult
Gets the collection of variable declarations that were found during compilation.
public IEnumerable<Declaration> Declarations { get; internal set; }This value will be null if the CompilationJob object's CompilationType value was not DeclarationsOnly or FullCompilation .
Last updated
Was this helpful?
Was this helpful?
