DriverUtilitiesPrintStringList Method |
Prints the items in List of string items
Namespace: SeleniumUtilitiesAssembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void PrintStringList(
List<string> listName
)
Public Shared Sub PrintStringList (
listName As List(Of String)
)
public:
static void PrintStringList(
List<String^>^ listName
)
static member PrintStringList :
listName : List<string> -> unit
Parameters
- listName
- Type: System.Collections.GenericListString
[Missing <param name="listName"/> documentation for "M:SeleniumUtilities.DriverUtilities.PrintStringList(System.Collections.Generic.List{System.String})"]
See Also