Class LoggingPropertyVisitor<T>
Delegate invoked by the ForEachProperty<T>(LoggingPropertyVisitor<T>, ref T, Boolean) method.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class LoggingPropertyVisitor<T> : MulticastDelegate
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
LoggingPropertyVisitor(Object, IntPtr) |
Methods
Name | Description |
---|---|
BeginInvoke(LoggingProperty, Object, ref T, AsyncCallback, Object) | |
EndInvoke(ref T, IAsyncResult) | |
Invoke(LoggingProperty, Object, ref T) |