ObjectMaterializer<TDataReader>.InsertLookup(Int32, Object) Method

Definition

When overridden in a derived class, inserts a value into a data structure.

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

public:
 abstract System::Object ^ InsertLookup(int globalMetaType, System::Object ^ instance);
public abstract object InsertLookup (int globalMetaType, object instance);
abstract member InsertLookup : int * obj -> obj
Public MustOverride Function InsertLookup (globalMetaType As Integer, instance As Object) As Object

Parameters

globalMetaType
Int32

The index of the MetaType.

instance
Object

The object to insert into the data structure.

Returns

The value that was inserted into the data structure.

Applies to