Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Nov 15, 2014
1 parent aa93c31 commit 83079f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ Weakly is available through NuGet:
* `Builder.PropertyAccessor` creates compiled version of PropertyInfo.SetValue and GetValue

### Collections
* `WeakCollection<T>`
* `WeakValueDictionary<TKey, TValue>`
* `WeakCollection<T>`
* `WeakValueDictionary<TKey, TValue>`
* some Helpers

### Delegates
* `WeakAction` to `WeakAction&lt;T1, T2, T3, T4, T5&gt;`
* `WeakFunc&lt;TResult&gt;` to `WeakFunc&lt;T1, T2, T3, T4, T5, TResult&gt;`
* `WeakAction` to `WeakAction<T1, T2, T3, T4, T5>`
* `WeakFunc<TResult>` to `WeakFunc<T1, T2, T3, T4, T5, TResult>`
* `DisposableAction` executes an action when disposed

### Events
* WeakEventHandler&lt;TEventArgs&gt;
* WeakEventSource&lt;TEventArgs&gt;
* `WeakEventHandler<TEventArgs>`
* `WeakEventSource<TEventArgs>`

### Expressions
* some Helpers
Expand Down

0 comments on commit 83079f1

Please sign in to comment.