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 public bool Contains(
Object obj
)
Parameters
- obj
- Type: SystemObject
The code object being searched for.
Return Value
Type:
BooleanTrue if the group contains the object, otherwise false.
See Also