'Usage Dim instance As TypedArrayList Dim value As Object Dim value As Integer value = instance.Add(value)
Parameters
- value
- object to add
Return Value
index of the added object in the array list
'Usage Dim instance As TypedArrayList Dim value As Object Dim value As Integer value = instance.Add(value)
Exception | Description |
---|---|
System.Exception | Thrown if value type is different from array list type |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
TypedArrayList Class
TypedArrayList Members
Base Implementation in Add