Skip to content

Commit 848bf66

Browse files
author
Vyacheslav
committed
feat: added AsPointerAttribute #1
1 parent c2f7c2b commit 848bf66

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)