In This Article

IImportDefinition Interface

Provides the base requirements of an import definition.

public interface IImportDefinition

Properties

MergedNames

The collection of names from the source to import into the current namespace.

IAliasedTextCollection MergedNames { get; }

Property Value

IAliasedTextCollection

Source

The import source.

IAliasedText? Source { get; }

Property Value

IAliasedText

Extension Methods