NamespaceTypeGroupFind Method |
Find the contained object with the specified exact name, having a "`N" suffix for generic types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Object Find(
string name
)
Parameters
- name
- Type: SystemString
The name to match, with no suffix for a non-generic type, or a "`" followed by the number
of type arguments for generic types.
Return Value
Type:
ObjectThe first contained object with the specified name.
See Also