Method GetSourceExtension
GetSourceExtension<T>()
Searches for a Source Extension of the given type, and returns it. This can be used to easily find and configure extensions. Returns null if the type cannot be found.
Declaration
public T GetSourceExtension<T>() where T : class, ISource
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |