Extensions.InitBuiltinOperations<T>(Factory<T>, Type) Method
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.
Automatically identifies and registers a Type's BuiltIn operations. It recursively checks on this and its BaseType for all NestedTypes that are a subclass of T and registers as the override of the BaseType it implements.
public static void InitBuiltinOperations<T> (this Microsoft.Quantum.Simulation.Common.Factory<T> factory, Type t);
static member InitBuiltinOperations : Microsoft.Quantum.Simulation.Common.Factory<'T> * Type -> unit
<Extension()>
Public Sub InitBuiltinOperations(Of T) (factory As Factory(Of T), t As Type)
Type Parameters
- T
Parameters
- factory
- Microsoft.Quantum.Simulation.Common.Factory<T>
- t
- Type