PropertyMetadata..::..InvokeSet Method (Object, Nullable<(Of <(<'Object>)>)>, Nullable<(Of <(<'Object>)>)>)

Invokes this property's setter on the supplied object

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void InvokeSet(
	Object target,
	Nullable<Object> index,
	Nullable<Object> value
)
Public Sub InvokeSet ( _
	target As Object, _
	index As Nullable(Of Object), _
	value As Nullable(Of Object) _
)

Parameters

target
Type: Object
The target.
index
Type: Nullable<(Of <(<'Object>)>)>
The index.
value
Type: Nullable<(Of <(<'Object>)>)>
The value.

Return Value

System.Object.

Exceptions


ExceptionCondition
ArgumentExceptionError setting property " + Name
InvalidOperationExceptionCanWriteIndexed and CanWriteIndexedRestricted is false for property {Name}