Share via


DictIndex.newmethod(Int32, Int32) Method

Definition

Initializes a new instance of the Object class.

public:
 void newmethod(int _tableId, int _indexId);
public void newmethod (int _tableId, int _indexId);
override this.newmethod : int * int -> unit
Public Sub newmethod (_tableId As Integer, _indexId As Integer)

Parameters

_tableId
Int32

The ID of the index that is used to create this instance of the DictIndex class.

_indexId
Int32

The ID of the index that is used to create this instance of the DictIndex class.

Applies to