Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
AuthorAttribute.cs
Go to the documentation of this file.
1using System;
2
3namespace Algorithms;
4
5internal class AuthorAttribute : Attribute
6{
7 public AuthorAttribute(string authorName)
8 {
9 }
10}
AuthorAttribute(string authorName)