mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 13:24:09 +02:00
Merge pull request #1310 from disarray2077/patch-5
Make Variant `IDisposable`
This commit is contained in:
commit
cc0455fbb0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ using System.Diagnostics;
|
||||||
|
|
||||||
namespace System
|
namespace System
|
||||||
{
|
{
|
||||||
struct Variant
|
struct Variant : IDisposable
|
||||||
{
|
{
|
||||||
enum ObjectType
|
enum ObjectType
|
||||||
{
|
{
|
||||||
|
@ -472,4 +472,4 @@ namespace System
|
||||||
return variant;
|
return variant;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue