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(
	string[] a
)
Visual Basic
Public Sub New ( 
	a As String()
)

Parameters

a
Type: array<System..::..String>[]()[][]

See Also