Table of Contents

Method Contains

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

Contains(T)

Determines whether the collection contains a node.

public bool Contains(T item)

Parameters

item T

The node to look for.

Returns

bool

true if present.