Click or drag to resize

ResolverResolveSpecific Method

Resolve the reference using a known category.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected SymbolicRef ResolveSpecific(
	string name,
	string expected,
	string noMatches,
	Func<Object, bool> isValidCategory
)

Parameters

name
Type: SystemString
expected
Type: SystemString
noMatches
Type: SystemString
isValidCategory
Type: SystemFuncObject, Boolean

Return Value

Type: SymbolicRef
See Also