BufferedDataCollection.Add Method

Language:

Adds a new element to the collection.

Definition

Visual Basic Public Function Add( _
    ByVal value As Object _
) As Integer
C# public int Add(
    object value
);
C++ public:
int Add(
    Objectvalue
);
JScript public function Add(
    value : Object
) : int;

Parameters

value System.Object

Return Value

System.Int32


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