ISourceFile Interface
Provides the base requirements of a source code file that can be loaded by an IProjectAssembly.
public interface ISourceFile : IKeyedObject
Properties
TypeDefinitions
Gets the collection of ITypeDefinition objects contained in the source file.
ITypeDefinitionCollection TypeDefinitions { get; }
Property Value
- ITypeDefinitionCollection:
The collection of ITypeDefinition objects contained in the source file.