|
Microsoft .Net-Samples
|
Definition System.Attribut. More...
Public Member Functions | |
| ParameterStringAttribute (string _nameof) | |
| Constructor. | |
Private Attributes | |
| string | _NameOf |
| Member. | |
Definition System.Attribut.
Remarks: Aktuell stellt sich mir die Frage, warum ich dieses Attribut Erstellen/Einsetzen soll?
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Method)]
https://learn.microsoft.com/de-de/dotnet/api/system.attributeusageattribute?view=net-10.0 https://learn.microsoft.com/de-de/dotnet/api/system.attributetargets?view=net-10.0 https://learn.microsoft.com/de-de/dotnet/csharp/advanced-topics/reflection-and-attributes/attribute-tutorial
| fho.frm.net.Microsoft_DotNetSamples.ClassCSharpVersion.ParameterStringAttribute.ParameterStringAttribute | ( | string | _nameof | ) |
Constructor.
| _nameof |
|
private |
Member.