Click or drag to resize

ConversionCacheRegistrations Property

Returns a read-only copy of the internally-held list of registrations.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public IEnumerable<Type> Registrations { get; }

Return Value

IEnumerableType
A ReadOnlyCollectionT containing a copy of the internally-held list of registrations
See Also