This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates a Generic string-key dictionary with the given type.

Namespace: Smartsite.Tools.Reflection
Assembly:  Smartsite.Tools (in Smartsite.Tools.dll)

Syntax

C#Copy imageCopy Code
public static  CreateStringDictionary(
	 type
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function CreateStringDictionary ( _
	type As  _
) As 

Parameters

type
Type
The type.

Return Value

Instance of a Generic Dictionary

See Also

Advanced