Open sandboxFocus

Property Compilation

Compilation

Gets or sets the compilation being transformed.

Declaration
public IPartialCompilation Compilation { get; set; }
Property Value
Type Description
IPartialCompilation
Remarks

You can modify the compilation by either:

The new compilation must be derived from the initial value; setting an unrelated compilation throws ArgumentOutOfRangeException.