FreezableList<ItemType> Constructors

Definition

Overloads

FreezableList<ItemType>()
FreezableList<ItemType>(IEnumerable<ItemType>)

FreezableList<ItemType>()

public FreezableList ();

Applies to

FreezableList<ItemType>(IEnumerable<ItemType>)

public FreezableList (System.Collections.Generic.IEnumerable<ItemType> items);

Parameters

items
IEnumerable<ItemType>

Applies to