UtilFirstSepPrintList Method (IEnumerableObject, Char) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string FirstSepPrintList(
IEnumerable<Object> list,
char c
)
Public Shared Function FirstSepPrintList (
list As IEnumerable(Of Object),
c As Char
) As String
public:
static String^ FirstSepPrintList(
IEnumerable<Object^>^ list,
wchar_t c
)
static member FirstSepPrintList :
list : IEnumerable<Object> *
c : char -> string
Parameters
- list
- Type: System.Collections.GenericIEnumerableObject
- c
- Type: SystemChar
Return Value
Type:
String
See Also