TypeRefFind Method (Namespace, String, Boolean) |
Find a type in the specified
Namespace with the specified name.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TypeRefBase Find(
Namespace namespace,
string typeName,
bool isFirstOnLine = false
)
Parameters
- namespace
- Type: Nova.CodeDOMNamespace
- typeName
- Type: SystemString
- isFirstOnLine (Optional)
- Type: SystemBoolean
Return Value
Type:
TypeRefBaseA
TypeRef to the type, or an
UnresolvedRef if no match was found.
See Also