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