Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
Tangosol.Util
ImmutableMultiList Class
ImmutableMultiList Methods
Add Method
CalculateTotalLength Method
Clear Method
Contains Method
CopyTo Method
Equals Method
Flatten Method
GetEnumerator Method
GetHashCode Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ImmutableMultiList
Remove Method
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14
c
(14.1.1.0)
F23534-02
Removes the first occurrence of a specific object from the
IList
.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
Copy
public
void
Remove
(
Object
value
)
Parameters
value
Type:
System
Object
The object to remove from the
IList
.
Implements
IList
Remove(Object)
Exceptions
Exception
Condition
NotSupportedException
The
IList
is read-only.-or- The
IList
has a fixed size.
See Also
Reference
ImmutableMultiList Class
Tangosol.Util Namespace
Copyright © 2000, 2024, Oracle and/or its affiliates. All rights reserved.