We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f7c2b commit 848bf66Copy full SHA for 848bf66
1 file changed
Src/StackMemoryAttributes/Attributes/AsPointerAttribute.cs
@@ -0,0 +1,9 @@
1
+using System;
2
+
3
+namespace StackMemoryAttributes.Attributes
4
+{
5
+ [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)]
6
+ public class AsPointerAttribute : Attribute
7
+ {
8
+ }
9
+}
0 commit comments