Interface ICompilationProvider
- Namespace
- ICSharpCode.Decompiler.TypeSystem
- Assembly
- ICSharpCode.Decompiler.dll
public interface ICompilationProvider
Properties
Compilation
Gets the parent compilation. This property never returns null.
ICompilation Compilation { get; }