Class PropertySetter<TValue, TIndex>
Defines the signature of methods implementing the Set semantic of a property with a single index parameter.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp.dll
Syntax
public sealed class PropertySetter<TValue, TIndex> : MulticastDelegate
Type Parameters
Name | Description |
---|---|
TValue | Property value type. |
TIndex | Property index type. |
Constructors
Name | Description |
---|---|
PropertySetter(Object, IntPtr) |
Methods
Name | Description |
---|---|
BeginInvoke(TIndex, TValue, AsyncCallback, Object) | |
EndInvoke(IAsyncResult) | |
Invoke(TIndex, TValue) |