Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)
A one-dimensional Array of NameValueEntry elements containing copies of the elements of the NameValueCollection.
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.