Click or drag to resize

ProjectFindReferenceAliasNamespace Method

Find the RootNamespace for the Reference with the specified alias name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public RootNamespace FindReferenceAliasNamespace(
	string referenceAliasName
)

Parameters

referenceAliasName
Type: SystemString

Return Value

Type: RootNamespace
See Also