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

GetFragments() protected method

Returns an enumeration of fragments from other documents. The source of the enumeration could be a computation, such as a pre-processor.
protected GetFragments ( ) : IEnumerable
return IEnumerable
    protected virtual IEnumerable<ISourceLocation> GetFragments() {
      Contract.Ensures(Contract.Result<IEnumerable<ISourceLocation>>() != null);
      throw new InvalidOperationException(); //This method would be abstract but for the contract.
    }