|
Microsoft .Net-Samples
|
Sample-Class zu .Net 9.0 C# 13.0 https://learn.microsoft.com/de-de/dotnet/csharp/whats-new/csharp-13 https://learn.microsoft.com/de-de/dotnet/core/whats-new/dotnet-9/overview https://learn.microsoft.com/de-de/dotnet/core/whats-new/dotnet-9/libraries. More...
Static Public Member Functions | |
| static KeyValuePair< string, int > | _GetMostFrequentWord () |
| Most frequented word. | |
| static IEnumerable< KeyValuePair< string, int > > | _GetAggregatedData () |
| Aggregated-Data. | |
| static OrderedDictionary< string, int > | _GetOrderedDictionary () |
| OrderedDictionary. | |
| static T | _TempGenericClass< T > (string requestUri, T item, bool throwException=false) |
| static T | _TempGenericStruct< T > (string requestUri, T item, bool throwException=false) |
Static Private Attributes | |
| static string | sourceText |
Sample-Class zu .Net 9.0 C# 13.0 https://learn.microsoft.com/de-de/dotnet/csharp/whats-new/csharp-13 https://learn.microsoft.com/de-de/dotnet/core/whats-new/dotnet-9/overview https://learn.microsoft.com/de-de/dotnet/core/whats-new/dotnet-9/libraries.
https://learn.microsoft.com/de-de/dotnet/csharp/programming-guide/generics/constraints-on-type-parameters https://learn.microsoft.com/de-de/dotnet/csharp/whats-new/csharp-13#allows-ref-struct https://learn.microsoft.com/de-de/dotnet/csharp/language-reference/language-specification/structs#1623-ref-modifier
|
static |
|
static |
Most frequented word.
https://learn.microsoft.com/de-de/dotnet/core/whats-new/dotnet-9/libraries
|
static |
OrderedDictionary.
https://learn.microsoft.com/de-de/dotnet/core/whats-new/dotnet-9/libraries
|
static |
| T |
| requestUri | |
| item | |
| throwException |
Neue Instance von T, aber ansonsten keine Bedeutung in diesem Kontext!
| T | : | class |
|
static |
| T |
| requestUri | |
| item | |
| throwException |
Neue Instance von T, aber ansonsten keine Bedeutung in diesem Kontext!
| T | : | struct |
|
staticprivate |