BufferedDataCollection.Insert Method

Language:

Inserts an element into the collection at the specified index.

Definition

Visual Basic Public Sub Insert( _
    ByVal __unnamed000 As Integer, _
    ByVal __unnamed001 As Object _
)
C# public void Insert(
    int __unnamed000,
    object __unnamed001
);
C++ public:
void Insert(
    int __unnamed000,
    Object__unnamed001
);
JScript public function Insert(
    __unnamed000 : int,
    __unnamed001 : Object
);

Parameters

__unnamed000 System.Int32
__unnamed001 System.Object

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center