Factory<TInstance> Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of TInstance
.
public delegate TInstance Factory<out TInstance>();
type Factory<'Instance> = delegate of unit -> 'Instance
Public Delegate Function Factory(Of Out TInstance)() As TInstance
Type Parameters
- TInstance
Return Value
TInstance
The instance.