PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesProperty­Setter<TValue, TIndex>
Open sandboxFocus

PropertySetter<TValue, TIndex> Class

Defines the signature of methods implementing the Set semantic of a property with a single index parameter.

Inheritance
PropertySetter<TValue, TIndex>
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)

See Also

Property<TValue, TIndex>