Microsoft .Net-Samples
Loading...
Searching...
No Matches
ClassCSharp13.cs File Reference

Classes

class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassCSharp13
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.TimerRemaining
struct  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleDataStruct
 ref struct More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleDataClass
 class More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassRefStruct< T >
 the ReadOnlySpan was annotated with the scoped keyword More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassPropertyClass< T >
 Diese Klasse ist generisch, und lässt Class als Type zu! Die methode selber ist nicht generisch! Aber die Werte können mittels reflections ausgelesen werden. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassGeneric001
 Generische Methode in normaler Klasse. Aktuell mit einer Einschränkung (Constraint) auf eine Klasse. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassGeneric002< T >
 Generische Klasse, mit generischer Methode. Der generische Type wird auf Stufe der Klasse definiert, und in der entsprechend angewendet. More...
struct  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassRefVariables
 Sample-Class mit Variablen mit ref: More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.SampleClassNet90Libraries
 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...
struct  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.ConstraintParametersStruct
 struct Object zu Generic-Methode mit Constraint auf struct More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.ConstraintParametersProperty
 class Object zu Generic-Methode mit Constraint auf class More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.ParamsCollections
 Parameter-Collections. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.PartialClassMembers
 Option-01: Partial Class => PartialClasMembers => Declaration. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.MyPartialClassA
 Option-02: Partial Class => MyPartialClass => Declaration. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.MyPartialClassB
 Option-03: Partial Class => MyPartialClassB => Declaration. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.RegExSourceGenerator
 Option-03: Partial Class => MyPartialClassB => Implementation Diese Class und Implementierungs-Methode kann ohne Compile-Fehler auskommentiert werden. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.ThreadingLock
 Implementierung Samples => System.Threading.Lock.Scope / Lock(this) Beinhaltet verschiedene Methode zu Lock-Funktionen. Sicherstellen, dass kein Code parallel ausgeführt wird, der nicht so ausgeführt werden darf. More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.RefLocalsUnsafeCodeIteration
 Verwenden von ASYNC-Methode und ref, unsafe, und iterationen. Dazu kommen noch Funtionen mit YIELD (Iteratoren-Thema). More...
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.OverloadResolutionPrioritySample
class  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.OverloadResolutionPrioritySampleInstance

Namespaces

namespace  fho
namespace  fho.frm
namespace  fho.frm.net
namespace  fho.frm.net.Microsoft_DotNetSamples
namespace  fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion