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

Invokes this property's getter on the supplied object

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

Syntax


public Nullable<Object> InvokeGet(
	Object target,
	Nullable<Object> index
)
Public Function InvokeGet ( _
	target As Object, _
	index As Nullable(Of Object) _
) As Nullable(Of Object)

Parameters

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

Return Value

System.Object.

Exceptions


ExceptionCondition
ArgumentExceptionError getting property " + Name
InvalidOperationExceptionCanReadIndexed and CanReadIndexedRestrictedis false on property {Name}.