File tree Expand file tree Collapse file tree 2 files changed +27
-3
lines changed
Expand file tree Collapse file tree 2 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 66
77env :
88 TITLE : " Thread-Safe Objects"
9- DESCRIPTION : " A combination of generic Thread-Safe objects that can be used in all application types ."
10- TAGS : " thunderdesign threading net"
9+ DESCRIPTION : " A combination of generic Thread-Safe objects for .Net development ."
10+ TAGS : " thunderdesign threading net csharp "
1111 # FILE_NAME: ex: "ThunderDesign.Net-PCL.Threading"
1212 FILE_NAME : " ${{ github.event.repository.name }}"
1313 # REPOSITORY_NAME: ex: "ThunderDesign.Net-PCL.Threading"
Original file line number Diff line number Diff line change 44[ ![ Nuget] ( https://img.shields.io/nuget/v/ThunderDesign.Net-PCL.Threading )] ( https://www.nuget.org/packages/ThunderDesign.Net-PCL.Threading )
55[ ![ License] ( https://img.shields.io/github/license/ThunderDesign/ThunderDesign.Net-PCL.Threading )] ( https://github.com/ThunderDesign/ThunderDesign.Net-PCL.Threading/blob/main/LICENSE )
66
7- Thread-Safe Objects
7+ A combination of generic Thread-Safe objects for .Net development.
8+
9+ ----
10+
11+ A simple C# repository containing a few basic useful Thread-Safe Objects. Highlights include:
12+
13+ - Collections
14+ - ObservableDictionaryThreadSafe
15+ - ObservableCollectionThreadSafe
16+ - DictionaryThreadSafe
17+ - SortedListThreadSafe
18+ - ListThreadSafe
19+ - DataCollections
20+ - ObservableDataDictionary
21+ - ObservableDataCollection
22+ - DataObjects
23+ - BindableDataObject
24+ - DataObject
25+ - Extentions
26+ - IBindableObjectExtention
27+ - INotifyCollectionChangedExtension
28+ - INotifyPropertyChangedExtension
29+ - ObjectExtention
30+ - HelperClasses
31+ - ThreadHelper
You can’t perform that action at this time.
0 commit comments