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 Code |
---|---|
public static CreateStringDictionary( type ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function CreateStringDictionary ( _ type As _ ) As |
Parameters
- type
- Type
The type.
Return Value
Instance of a Generic DictionarySee Also
Generics Class
Smartsite.Tools.Reflection Namespace