Loading...
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 .
null