PostSharpAPI ReferencePost­Sharp.​ExtensibilityIState­StoreSet
Open sandboxFocus

IStateStore.Set Method

Set<T>(T)

Adds a value to the store or replace it if a value of the same type already exists.

Declaration
void Set<T>(T value)
where T : class
Parameters
Type Name Description
T value

The new value.

Type Parameters
Name Description
T

Type of the new value.