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
ISharedCollection(T) Interface
ISharedCollection(T) Methods
Add Method
Clear Method
Contains Method
Remove Method
ISharedCollection
T
Remove Method
Removes the first occurrence of a specific object from the
ISharedCollection
T
.
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
bool
Remove
( T
item
)
Function
Remove
(
item
As
T )
As
Boolean
Parameters
item
Type:
T
The object to remove from the
ISharedCollection
T
.
Return Value
Type:
Boolean
true if item was successfully removed from the
ISharedCollection
T
; otherwise, false. This method also returns false if item is not found in the original
ISharedCollection
T
.
Exceptions
Exception
Condition
NotSupportedException
The
ISharedCollection
T
is read-only.
See Also
Reference
ISharedCollection
T
Interface
EBP.Framework.Common.Interfaces.Shared Namespace
Copyright @ EBP
Send comments on this topic to
support.api@ebp.com