Common
| 公開 | 2009-01-09 |
| 更新 | 2009-06-16 |
概要
自作のアプリケーションのために整備しているクラスライブラリーの C# ソースコードです。.NET Framework 2.0 の範疇で書いています。
複数のプロジェクトを作っていると、そのうち、共通して利用できる機能を集めた「ライブラリー」を作ることになります。本来は自分のプロジェクトのためだけに実装しているものなので汎用性は低いかもしれませんが、「折角作ったものを埋もれさせたままにするのは勿体ない」ので公開してみます。サンプルコード集として、何かの参考になれば幸いです。
ソースコードのライセンスは MIT ライセンス とします。あなたのプロジェクトに自由に組み込んで構いません。ただし、無保証です。内容を理解した上で利用してください。
内容
複数の名前空間で仕分けしたクラスライブラリーです。アーカイブには NUnit によるテストコードも付属します。
- SunnyGrove
- AppInfo
- BitConverter
- BitUtil
- ComparisonUtil
- EventHandlerManager
- LockCounter
- MathUtil
- ProductDateAttribute
- ProductUriAttribute
- UnitConverter
- Collections
- CollectionUtil
- LightweightListUtil
- LruCache<TKey,TValue>
- Entities
- CloneableHelper
- ICloneable<T>
- IDocumentContext
- IUndoableOperation
- IUndoableProperty<TOwner,TProperty>
- ListInsertItemOperation<T>
- ListOperation<T>
- ListRemoveItemOperation<T>
- MacroOperation
- SetPropertyOperation<TOwner,TProperty>
- UndoableOperationBase
- UndoableOperationHistory
- UndoableOperationUIHelper
- UndoablePropertyBase<TOwner,TProperty>
- Geometry
- Bresenham
- Degrees
- Radians
- Rectangle2I
- Vector2
- Vector2F
- Vector2I
- Vector3
- Vector3F
- Vector3I
- IO
- CustomSettings
- FileType
- FileTypeReader
- IProfile
- IProfileSerializer
- ProfileException
- XmlProfile
- Media
- Argb32Color
- Argb32Colors
- HsbColor
- IRgba32Color
- LinearGradient
- Rgba32Color
- Rgba32Colors
- RgbaHelper
- Testing
- Text
- IdHelper
- Serializer
- XmlHelper
- XmlTextUtil
ダウンロード
最新版
過去のバージョン
Copyright © 2008-2011 Toru TAKAGI