Class NotSupportedExceptionDelegateFactory<TDelegate>
Implements
Platform.Interfaces.IFactory<TDelegate>
Inherited Members
Namespace: Platform.Reflection.Sigil
Assembly: Platform.Reflection.Sigil.dll
Syntax
public class NotSupportedExceptionDelegateFactory<TDelegate> : IFactory<TDelegate>
Type Parameters
| Name | Description |
|---|---|
| TDelegate |
Methods
| Improve this Doc View SourceCreate()
Declaration
public TDelegate Create()
Returns
| Type | Description |
|---|---|
| TDelegate |
Implements
Platform.Interfaces.IFactory<TProduct>