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

Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("The StringCollection has been deprecated, please use a List<string> instead.", 
	false)]
public class StringCollection : IList, 
	ICollection, IEnumerable, ICloneable
Visual Basic
<SerializableAttribute>
<ObsoleteAttribute("The StringCollection has been deprecated, please use a List<string> instead.", 
	false)> 
Public Class StringCollection
	Implements IList, ICollection, IEnumerable, ICloneable

Inheritance Hierarchy

System..::..Object
  CodeSmith.CustomProperties..::..StringCollection

See Also