DynamicScriptObject.TryGetIndex(GetIndexBinder, Object[], Object) Method

Definition

Gets an indexed value from the script object by using the first index value from the indexes collection.

This API supports the product infrastructure and is not intended to be used directly from your code.

public override bool TryGetIndex (System.Dynamic.GetIndexBinder binder, object[] indexes, out object result);

Parameters

binder
GetIndexBinder

The binder provided by the call site.

indexes
Object[]

The index to be retrieved.

result
Object

The method result.

Returns

Always returns true.

Exceptions

binder is null.

-or-

indexes is null.

The length of indexes is not equal to 1.

The first indexes value is null.

The member does not exist.

Remarks

The TryGetIndex method throws an exception if an invalid access is attempted.

Applies to

Өнім Нұсқалар
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9