NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Caution

FallbackIndexSet has been deprecated and is not supported.

Caution

do not use this method

Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.

C#
[System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)]
public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);
C#
[System.Obsolete("do not use this method", true)]
public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);

Parameters

Instance
Object

An instance of the call object exposing the property or method.

Arguments
Object[]

An array containing the arguments to be passed to the property or method being called.

ArgumentNames
String[]

An array of argument names.

Attributes

Applies to

Product Versions (Obsolete)
.NET (Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10)
.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)