IClassTypeRegistry<TValue> Interface
Represents type IClassTypeRegistry<TValue>
.
Spring.DesignPatterns.ITypeRegistry<TClassType,TValue>
Spring.DesignPatterns.IClassTypeRegistry<TValue>
Spring.DesignPatterns.TClassTypeRegistry<TValue>
type IClassTypeRegistry<TValue> = interface(ITypeRegistry<TClass, TValue>) end;
Type Parameters
- TValue
The IClassTypeRegistry<TValue> type exposes the following members.
Name | Description | |
---|---|---|
Types | Represents property | |
Values | Represents property |
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 |