Initializes a new instance of the StringCollection class

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

Syntax

C#
public StringCollection(
	int capacity
)
Visual Basic
Public Sub New ( 
	capacity As Integer
)

Parameters

capacity
Type: System..::..Int32

See Also