Click or drag to resize

NamespaceTypeGroupContains Method

Check if the group contains the specified code object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool Contains(
	Object obj
)

Parameters

obj
Type: SystemObject
The code object being searched for.

Return Value

Type: Boolean
True if the group contains the object, otherwise false.
See Also