Class LocationInterceptionArgsImpl<T>
Inheritance
Namespace: PostSharp.Aspects.Internals
Assembly: PostSharp.dll
Syntax
[Internal]
public sealed class LocationInterceptionArgsImpl<T> : LocationInterceptionArgs, ILocationInterceptionArgs<T>, ILocationInterceptionArgs
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
LocationInterceptionArgsImpl(Object, Arguments) |
Fields
Name | Description |
---|---|
TypedBinding | |
TypedValue |
Properties
Name | Description |
---|---|
Binding | |
Value |
Methods
Name | Description |
---|---|
Execute<TPayload>(ILocationInterceptionArgsAction<TPayload>, ref TPayload) | |
GetCurrentValue() | |
ProceedGetValue() | |
ProceedSetValue() | |
SetNewValue(Object) |
Explicit Interface Implementations
Name | Description |
---|---|
ILocationInterceptionArgs<T>.Binding | |
ILocationInterceptionArgs<T>.GetCurrentValue() | |
ILocationInterceptionArgs<T>.SetNewValue(T) | |
ILocationInterceptionArgs<T>.Value |