MethodBodyTransformationContext.GetPipelineStateItem Method |
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public Object GetPipelineStateItem( Object key )
Parameters
- key
- Type: System.Object
Shared identifier of the state item.
Return Value
Type: ObjectThe item corresponding to key if it was added by a previous transformation, otherwise null.