VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Data Namespace / CloneableObjectStorageInMemory Class
In This Topic
    CloneableObjectStorageInMemory Class Methods
    In This Topic
    For a list of all methods of this type, see CloneableObjectStorageInMemory.
    Public Methods
     NameDescription
    Public MethodAdds new item to the data storage.
    Public MethodDetermines whether the data of specified type can be stored in the data storage.
    Public MethodDetermines whether the data storage contains an item with the specified identifier.
    Public MethodDeletes the item from the data storage.
    Public MethodReleases all resources used by the CloneableObjectStorageInMemory.
    Public MethodReturns an item copy from the data storage.
    Public MethodReturns the keys of all items from data storage.
    Public MethodLocks an item in data storage and returns the item.
    Public MethodSets the existing item in the data storage.
    Public MethodUnlocks the locked item in data storage.
    Protected Methods
     NameDescription
    Protected MethodChecks the type of the item.
    See Also