Click or drag to resize

ReferenceLoadTypes Method (HashSetString)

Load all accessible types from the referenced assembly, hiding the specified types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected int LoadTypes(
	HashSet<string> hideTypes
)

Parameters

hideTypes
Type: System.Collections.GenericHashSetString

Return Value

Type: Int32
See Also