Click or drag to resize

ResolverResolveAttribute Method

Resolve the reference as an attribute.

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

Parameters

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

Return Value

Type: SymbolicRef
See Also