initial commit
This commit is contained in:
commit
e204e5538d
25 changed files with 578 additions and 0 deletions
13
src/Methods/Private/FlushDeleteContainerAndItems.bf
Normal file
13
src/Methods/Private/FlushDeleteContainerAndItems.bf
Normal file
|
@ -0,0 +1,13 @@
|
|||
namespace LybLog;
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
extension LybLog
|
||||
{
|
||||
private mixin FlushAndDeleteContainerAndItems(List<String> pContainer)
|
||||
{
|
||||
Flush();
|
||||
DeleteContainerAndItems!(pContainer);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue