Mono Class Library: System.CodeDom.CodeCompileUnit Overview | Members

System.CodeDom.CodeCompileUnit.ReferencedAssemblies Property

The set of assemblies required in order to compile this System.CodeDOM.CodeCompileUnit. [Edit]

public System.Collections.Specialized.StringCollection ReferencedAssemblies { get; }

Value

C# Example
compileUnit.ReferencedAssemblies.Add("System.Data");
  
Adds a reference to the System.Data assembly for the compile unit. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0