Click or drag to resize

CachedServiceT, U   Conversion (CachedServiceT, U to T)

Performs an implicit conversion from CachedServiceT, U to the service T.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static implicit operator T (
	CachedService<T, U> s
)

Parameters

s  CachedServiceT, U
The s.

Return Value

T
The result of the conversion.
See Also