Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.38 KB

Total Downloads Latest Stable Version

UniversalClassLibrary

Class library for all .NET platforms.

Purpose

Provides some classes and helpers that can be used in all .NET platforms.

Because .NETFramework provides BCL with the framework, while other platforms only provide runtime, it's necessary to specify net46 as a explicit supported platform.

Download

UniversalClassLibrary is available as a NuGet package through nuget.org with the package ID Meowtrix.UniversalClassLibrary.

Components

ITask

An interface wrapper for Task Parallel Library, provides covariance. See Threading/ITask.

Linq

Additional methods for System.Linq.

ComponentModel.NotificationObject

A base class that implements System.ComponentModel.INotifyPropertyChanged.

Text.UnicodeEscape

Utilities for unicode encoded (\uXXXX) strings.

Collections

Additional generic Collections.