Table of Contents

Constructor ObservableList

Namespace
GrindFest
Assembly
GrindFest.dll

ObservableList()

public ObservableList()

ObservableList(int)

public ObservableList(int capacity)

Parameters

capacity int

ObservableList(IEnumerable<T>)

Creates a new list initialized with items from the collection (copies).

public ObservableList(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>