Copies the elements of the NameValueCollection to a new Array of NameValueEntry elements.

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

Syntax

C#
public virtual NameValueEntry[] ToArray()
Visual Basic
Public Overridable Function ToArray As NameValueEntry()

Return Value

Type: array<NameValueEntry>[]()[][]
A one-dimensional Array of NameValueEntry elements containing copies of the elements of the NameValueCollection.

Remarks

Please refer to ToArray()()()() for details.

See Also