ITypeRegistry<TClassType,TValue> Interface
Represents type ITypeRegistry<TClassType,TValue>
.
IInterface
Spring.DesignPatterns.ITypeRegistry<TClassType,TValue>
Spring.DesignPatterns.IClassTypeRegistry<TValue>
Spring.DesignPatterns.ITypeRegistry<TClassType,TValue>
Spring.DesignPatterns.IClassTypeRegistry<TValue>
type ITypeRegistry<TClassType, TValue> = interface end;
Type Parameters
- TClassType
- TValue
The ITypeRegistry<TClassType,TValue> type exposes the following members.
Show:
Name | Description | |
---|---|---|
GetTypes | Represents method | |
GetValue(TClassType) | Represents method | |
GetValues | Represents method | |
Register(TClassType,TValue) | Represents method | |
TryGetValue(TClassType,TValue) | Represents method | |
Unregister(TClassType) | Represents method | |
UnregisterAll | Represents method |