Click or drag to resize

SIPClonableUtilsSIPCloneEnumT Method (ListT)

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static List<T> SIPCloneEnum<T>(
	List<T> list
)
where T : class, Object, ISIPCloneable<T>

Parameters

list
Type: System.Collections.GenericListT

Type Parameters

T

Return Value

Type: ListT
See Also