mirror of
https://github.com/JG2401/CsharpVersionHistory.git
synced 2026-08-28 20:20:10 +00:00
Update README.md - Interfaces added
This commit is contained in:
@@ -13,6 +13,20 @@
|
||||
Ermöglicht das Iterieren durch ein Objekt, was ohne IEnumerable nicht möglich wäre (Siehe 1).
|
||||
Zudem ermöglicht es die Verwendung von Funktionen wie z.B.: First()(Siehe 2)
|
||||
|
||||
### IDisposable
|
||||
|
||||
### IQueryable<T>
|
||||
|
||||
### IComparable<T> & IComparer<T>
|
||||
|
||||
### IEquatable<T> & IEqualityComparer<T>
|
||||
|
||||
### IList<T>
|
||||
|
||||
### ICollection<T>
|
||||
|
||||
### IDictionary<T,K>
|
||||
|
||||
## [Delegate](https://learn.microsoft.com/de-de/dotnet/csharp/delegates-overview)
|
||||
|
||||
Delegate sind [Referenztypen](/Basics/#referenztyp)
|
||||
|
||||
Reference in New Issue
Block a user