In This Article

ISourceFileLocationCollection Interface

Provides the base requirements for a collection of ISourceFileLocation objects.

public interface ISourceFileLocationCollection : IObservableCollection<ISourceFileLocation>, IList<ISourceFileLocation>, ICollection<ISourceFileLocation>, IEnumerable<ISourceFileLocation>, IEnumerable

Methods

Encloses(ISourceFileLocation)

Returns whether any source file location encloses the specified location.

bool Encloses(ISourceFileLocation location)
Parameter Type Description
location ISourceFileLocation

The ISourceFileLocation to examine.

Returns

Boolean:

true if any source file location encloses the specified location; otherwise, false.

Inherited Members

Extension Methods