The following tables list the members exposed by Storage.
Name | Description | |
---|---|---|
![]() | Storage Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | ContextPath | Retrieves the current context path of the store |
Name | Description | |
---|---|---|
![]() | Delete | Removes the named value from the storage |
![]() | GetValue | Overloaded. Retrieves the named defaultValue from the storage |
![]() | SetContext | Replaces the context path of the storage, dispose of the returned IDisposable to restore the Storage's previous ContextPath. |
![]() | SetValue | Overloaded. Writes/Replaces the named value in the storage |
![]() | TryGetValue | Overloaded. Retrieves the named value from the storage |
Reference
Storage ClassCSharpTest.Net.Serialization Namespace