Interface IEmbeddedResourceProvider
Interface for getting all embedded resources
Namespace: FluentMigrator.Infrastructure
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IEmbeddedResourceProvider
Methods
| Edit this page View SourceGetEmbeddedResources()
Gets all embedded resources
Declaration
[NotNull]
IEnumerable<(string name, Assembly assembly)> GetEmbeddedResources()
Returns
Type | Description |
---|---|
IEnumerable<(string name, Assembly assembly)> | A tuple for every embedded resource and the containing assembly |