IStateStore.Get<T> Method |
Gets a value of a given type from the store.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
T Get<T>() where T : class
Type Parameters
- T
- Type of the value.
Return Value
Type: TThe value whose type is T, or null if the store does not contain such value.