CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: C#

ExportFactory extension

341 Views
Copy Code Show/Hide Line Numbers
public static class ExportFactoryExtensions
{
    public static T GetInstance<T>(this ExportFactory<T> factory)
    {
        var export = factory.CreateExport();
        return export.Value;
    }
}
by Glenn Block
  April 12, 2010 @ 10:10pm

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate