Repository<T> Class
В этой статье
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class which has list of job objects currently active in the system.
generic <typename T>
where T : classpublic ref class Repository abstract
public abstract class Repository<T> where T : class
type Repository<'T (requires 'T : null)> = class
Public MustInherit Class Repository(Of T)
- T
- Inheritance
-
Repository<T>
- Derived
Repository<T>(String) |
Internal constructor. |
Add(T) |
Add an item to the repository. |
Get |
Gets the specified Item. |
Get |
|
Get |
Get a key for the specified item. |
Remove(T) |
Remove the specified item from the repository. |