Click or drag to resize

ListExtensions Class

Extensions for ListT
Inheritance Hierarchy
SystemObject
  GSF.CollectionsListExtensions

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static class ListExtensions
View Source

The ListExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodRemoveWhereT Iterates through each item in the list. Allowing items to be removed from the list.
Top
See Also