ISourceFile Interface
Provides the base requirements of a source code file that can be loaded by an IProjectAssembly.
public interface ISourceFile : IKeyedObject
Properties
GlobalUsingDirectives
The collection of global IUsingDirective objects contained in the source file.
TypeDefinitions
The collection of ITypeDefinition objects contained in the source file.