mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 11:38:02 +02:00
Fixed warn/obsolete
This commit is contained in:
parent
1be37e6f24
commit
ae0f3c5ebb
2 changed files with 5 additions and 5 deletions
|
@ -153,7 +153,7 @@ static
|
|||
}
|
||||
|
||||
[NoShow]
|
||||
[Warn("This mixin has been replaced by ClearAndDeleteItems")]
|
||||
[Obsolete("This mixin has been replaced by ClearAndDeleteItems", false)]
|
||||
public static mixin DeleteAndClearItems(var container)
|
||||
{
|
||||
for (var value in container)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue