mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Update Attribute.bf
added name field to test attribute
This commit is contained in:
parent
288eb9eaad
commit
a1651959a1
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ namespace System
|
|||
public bool Ignore;
|
||||
public bool Profile;
|
||||
public String Tag;
|
||||
public String Name;
|
||||
}
|
||||
|
||||
public struct ImportAttribute : Attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue