Method OnFieldGet
OnFieldGet<T>(ILocationBinding<T>, Object, out T)
Declaration
[AdviceDependency]
[OnLocationGetValueAdvice(LinesOfCodeAvoided = 1, Description = "Requires read access to the object")]
[MethodPointcut("SelectReadableFields")]
[LocationInterceptionAdviceOptimization]
[Internal(AttributeId = -9126100459348525000L)]
[DebuggerAspectMethod]
public void OnFieldGet<T>([Binding] ILocationBinding<T> binding, [This] object instance, [LocationValue] out T value)
Parameters
Type | Name | Description |
---|---|---|
ILocationBinding<T> | binding | |
Object | instance | |
T | value |
Type Parameters
Name | Description |
---|---|
T |