Click or drag to resize

DrawingBaseCreateCollectionT Method

Creates a ConcurrentObservableCollection

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected ICollection<T> CreateCollection<T>()

Type Parameters

T
Type

Return Value

ICollectionT
ConcurrentObservableCollection
See Also