BufferedDataCollection.Insert Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Inserts an element into the collection at the specified index.
Definition
Visual Basic .NET |
Public Sub Insert( _ ByVal __unnamed000 As Integer, _ ByVal __unnamed001 As Object _ ) |
C# |
public void Insert( int __unnamed000, object __unnamed001 ); |
Managed C++ |
public: void Insert( int __unnamed000, Object *__unnamed001 ); |
JScript .NET |
public function Insert( __unnamed000 : int, __unnamed001 : Object ); |
Parameters
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center