Click or drag to resize

NamespaceResolveRef Method

Resolve child code objects that match the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void ResolveRef(
	string name,
	Resolver resolver,
	bool noNamespaces
)

Parameters

name
Type: SystemString
resolver
Type: Nova.ResolvingResolver
noNamespaces
Type: SystemBoolean
See Also