ThreadAwareAttribute.OnFieldGet<T> Method |
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 5.0.55.0 (5.0.55.0)

C#
public void OnFieldGet<T>( ILocationBinding<T> binding, Object instance, out T value )
Parameters
- binding
- Type: PostSharp.Aspects.ILocationBinding<T>
- instance
- Type: System.Object
- value
- Type: T
Type Parameters
- T
