Inner Drive Extensible Architecture
C#
Show/Hide TOC
Conversion
Cache
Registrations Property
Returns a read-only copy of the internally-held list of registrations.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
IEnumerable
<
Type
>
Registrations
{
get
; }
Return Value
IEnumerable
Type
A
ReadOnlyCollection
T
containing a copy of the internally-held list of registrations
See Also
Reference
ConversionCache Class
InnerDrive.Quantitative Namespace
In This Article
Definition
See Also