Class CompilerProvider
- Namespace
- Ecng.Compilation
- Assembly
- Ecng.Compilation.dll
Represents a provider for compilers.
public class CompilerProvider : SynchronizedDictionary<string, ICompiler>, ISynchronizedCollection<KeyValuePair<string, ICompiler>>, ISynchronizedCollection, IDictionary<string, ICompiler>, ICollection<KeyValuePair<string, ICompiler>>, IEnumerable<KeyValuePair<string, ICompiler>>, IEnumerable
- Inheritance
-
CompilerProvider
- Implements
- Inherited Members
- Extension Methods
Constructors
CompilerProvider()
Initializes a new instance of the CompilerProvider class.
public CompilerProvider()