Microsoft.Cci.CompositeSourceDocument.CompositeSourceDocument C# (CSharp) Method

CompositeSourceDocument() protected method

Allocates an object that represents a source document that is the composition of an ordered enumeration of fragments from other source document. The document is parsed according to the rules of a particular language, such as C#, to produce an object model that can be obtained via the CompilationPart property.
protected CompositeSourceDocument ( IName name ) : System
name IName The name of the document. Used to identify the document in user interaction.
return System
    protected CompositeSourceDocument(IName name)
      : base(name) {
    }

Same methods

CompositeSourceDocument::CompositeSourceDocument ( SourceDocument previousVersion, int position, int oldLength, int newLength ) : System