mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
Make Variant IDisposable
This commit is contained in:
parent
edb4b620f8
commit
b707bef001
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ using System.Diagnostics;
|
|||
|
||||
namespace System
|
||||
{
|
||||
struct Variant
|
||||
struct Variant : IDisposable
|
||||
{
|
||||
enum ObjectType
|
||||
{
|
||||
|
@ -472,4 +472,4 @@ namespace System
|
|||
return variant;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue