Declarations

Property in CompilationResult

Summary

Gets the collection of variable declarations that were found during compilation.

public IEnumerable<Declaration> Declarations { get; internal set; }

Remarks

This value will be null if the CompilationJob object's CompilationType value was not DeclarationsOnly or FullCompilation .

Last updated

Was this helpful?