Delen via


FunctionUtils.TryParseList(Object, IList) Methode

Definitie

Probeer het object naar IList te sluisen.

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

Parameters

value
Object

Waarde die moet worden af te voeren.

list
IList

IList indien gevonden.

Retouren

true indien gevonden IList.

Van toepassing op