IAttacher.GetNode Method |
Gets the underlying object instance which is subject to the current attacher.
The instance is the aggregatable node that participates in the parent-child relationships with other objects.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
Object GetNode( Object state )
Parameters
- state
- Type: System.Object
The opaque state object passed to AttachToParent(RelationshipInfo, IAttacher, Object).
Return Value
Type: ObjectAn object implementing IAggregatable, either directly or dynamically.