[Visual Basic]
Public Sub IList_Insert( _
ByVal index As Integer, _
ByVal value As Object _
)
[C#]
public void IList_Insert(
int index,
Object value
);
[JScript]
public function IList_Insert(
index : int,
value : Object
);
Parameters
- index
- value
See Also
MarshalByRefCollectionBase Class
| MarshalByRefCollectionBase Members
©2006 i3 Design Limited. All rights reserved.