namespace OpenTap { /// Used for a ITypeDataSearcher to identify a type as something that comes from it. public interface ITypeDataSourceProvider : ITypeDataSearcher { /// /// Gets the ITypeDataSource corresponding to a type data if this ITypeDataSourceProvider supports it. Otherwise it returns null. /// /// /// ITypeDataSource GetSource(ITypeData typeData); } }