Click or drag to resize

DependencyInjectionGetWithoutScopeT Method

Retrieve a service without lifetime management

Namespace:  Demo3D.Standard
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public static T GetWithoutScope<T>()

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.Standard.DependencyInjection.GetWithoutScope``1"]

Return Value

Type: T

[Missing <returns> documentation for "M:Demo3D.Standard.DependencyInjection.GetWithoutScope``1"]

See Also