Miner.System Assembly > Miner.Collections Namespace > Utilities Class : RemoveFromList<T> Method |
'Declaration Public Shared Function RemoveFromList(Of T)( _ ByVal list As IList, _ ByVal match As Predicate(Of T) _ ) As Integer
'Usage Dim list As IList Dim match As Predicate(Of T) Dim value As Integer value = Utilities.RemoveFromList(Of T)(list, match)
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if list or match is null. |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.