public static IList Clone(
IEnumerable storage
)
Public Shared Function Clone (
storage As IEnumerable
) As IList
public:
static IList^ Clone(
IEnumerable^ storage
)
static member Clone :
storage : IEnumerable -> IList
IDictionary<string, object> клонируется в Dictionary<string, object>.
IEnumerable клонируется в List<object>.
Все остальные ссылочные типы копируются по ссылке, а типы значения - по значению.