Click or drag to resize

imbTypologyHelpersCollectTypes Method (Type, CollectTypeFlags)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Collects the types around the hostType - according to specified flags

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static Dictionary<string, Type> CollectTypes(
	this Type hostType,
	CollectTypeFlags flags
)
Request Example View Source

Parameters

hostType
Type: SystemType
Type of the host.
flags
Type: imbSCI.Core.extensions.typeworksCollectTypeFlags
The flags.

Return Value

Type: DictionaryString, Type
Dictionary of collected types, keys are [!:Type.Name]s.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also