Interface IStateStore
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public interface IStateStore
Methods
Name | Description |
---|---|
Get<T>() | |
GetOrAdd<T>(Func<T>) | |
GetOrNew<T>() | |
Set<T>(T) |
public interface IStateStore
Name | Description |
---|---|
Get<T>() | |
GetOrAdd<T>(Func<T>) | |
GetOrNew<T>() | |
Set<T>(T) |