Sdílet prostřednictvím


FunctionUtils.TryParseList(Object, IList) Metoda

Definice

Pokuste se převést objekt na IList.

public static bool TryParseList (object value, out System.Collections.IList list);
static member TryParseList : obj * IList -> bool
Public Shared Function TryParseList (value As Object, ByRef list As IList) As Boolean

Parametry

value
Object

Hodnota k přetěžku.

list
IList

IList, pokud se najde.

Návraty

pokud se najde IList.

Platí pro