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

Syntax

C#
public virtual void CopyTo(
	string[] array,
	int start
)
Visual Basic
Public Overridable Sub CopyTo ( 
	array As String(),
	start As Integer
)

Parameters

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

See Also