ExtensionsItemsToString Method |
LightningChart .NET Help
Convert GetLastEngineInitResults to string to help reporting of it's contents.
Namespace:
Arction.Wpf.ChartingMVVM.Extensions
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static string ItemsToString(
this IList list
)
<ExtensionAttribute>
Public Shared Function ItemsToString (
list As IList
) As String
public:
[ExtensionAttribute]
static String^ ItemsToString(
IList^ list
)
Parameters
- list
- Type: System.CollectionsIList
[Missing <param name="list"/> documentation for "M:Arction.Wpf.ChartingMVVM.Extensions.Extensions.ItemsToString(System.Collections.IList)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.Extensions.Extensions.ItemsToString(System.Collections.IList)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IList. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also