Compilation.CommonClone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
abstract Microsoft::CodeAnalysis::Compilation ^ CommonClone();
protected abstract Microsoft.CodeAnalysis.Compilation CommonClone ();
abstract member CommonClone : unit -> Microsoft.CodeAnalysis.Compilation
Protected MustOverride Function CommonClone () As Compilation