IStateStore.Set<T> Method |
Adds a value to the store or replace it if a value of the same type already exists.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
void Set<T>( T value ) where T : class
Parameters
- value
- Type: T
The new value.
Type Parameters
- T
- Type of the new value.