API pour EBP Gestion Commerciale Open Line
API pour EBP Gestion Commerciale Open Line
Référence de classes
Namespaces
EBP.Framework.Common Namespaces
EBP.Framework.Common.Interfaces Namespaces
EBP.Framework.Common.Interfaces.Shared
ISharedList(T) Interface
ISharedList(T) Methods
IndexOf Method
Insert Method
RemoveAt Method
ISharedList
T
Insert Method
Inserts an item to the
ISharedList
T
at the specified index.
Namespace:
EBP.Framework.Common.Interfaces.Shared
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
VB
Copy
void
Insert
(
int
index
, T
item
)
Sub
Insert
(
index
As
Integer
,
item
As
T )
Parameters
index
Type:
System
Int32
The zero-based index at which item should be inserted.
item
Type:
T
The object to insert into the
ISharedList
T
.
Exceptions
Exception
Condition
NotSupportedException
The
ISharedList
T
is read-only.
ArgumentOutOfRangeException
index is not a valid index in the
ISharedList
T
.
See Also
Reference
ISharedList
T
Interface
EBP.Framework.Common.Interfaces.Shared Namespace
Copyright @ EBP
Send comments on this topic to
support.api@ebp.com