Class TabularRegistry
Represents a registry of shared components for reading and writing tabular data. This class cannot be inherited.
public static class TabularRegistry
- Inheritance
-
TabularRegistry
Properties
Handlers
Gets the collection of shared record handlers.
public static IDictionary<Type, object> Handlers { get; }
Property Value
- IDictionary<Type, object>
A thread-safe dictionary with a record type as the key.