Int32Collection.Remove Method
.NET Framework 3.5
Removes an Int32 from the collection.
Assembly: PresentationCore (in PresentationCore.dll)
You cannot use methods in XAML.
Parameters
- value
- Type: System.Int32
Identifies the Int32 to remove from the collection.
Return Value
Type: System.Booleantrue if value was removed from the Int32Collection; otherwise, false.
Implements
ICollection<T>.Remove(T)| Exception | Condition |
|---|---|
| NotSupportedException | The Int32Collection is read-only. - or - The Int32Collection has a fixed size. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.