Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
[ObsoleteAttribute("The StringCollectionTypeConverter has been deprecated.", 
	false)]
public class StringCollectionTypeConverter : TypeConverter
Visual Basic
<ObsoleteAttribute("The StringCollectionTypeConverter has been deprecated.", 
	false)> 
Public Class StringCollectionTypeConverter
	Inherits TypeConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    CodeSmith.CustomProperties..::..StringCollectionTypeConverter

See Also