Interface IInstance
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IInstance : ISortedExportable, ISorted
Methods
TryGetExport<T>(string, out T?)
View Source
Declaration
bool TryGetExport<T>(string name, out T? result) where T : ISortedExportable
Returns
System.Boolean
Parameters
| Type | Name | 
|---|---|
| System.String | name | 
| <T> | result | 
Type Parameters
- T