SystemShellListItemCollectionTContains Method |
Determines whether an element is in the collection
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool Contains(
T item
)
Public Function Contains (
item As T
) As Boolean
public:
virtual bool Contains(
T item
) sealed
abstract Contains :
item : 'T -> bool
override Contains :
item : 'T -> bool
Parameters
- item
- Type: T
the item
Return Value
Type:
Booleantrue, if the item is returned
Implements
ICollectionTContains(T)See Also