GenericListWrapperTInsert Method |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Insert(
int index,
Object value
)
Public Sub Insert (
index As Integer,
value As Object
)
public:
virtual void Insert(
int index,
Object^ value
) sealed
abstract Insert :
index : int *
value : Object -> unit
override Insert :
index : int *
value : Object -> unit
Parameters
- index
- Type: SystemInt32
- value
- Type: SystemObject
Implements
IListInsert(Int32, Object)See Also