mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +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
|
namespace System
|
||||||
{
|
{
|
||||||
struct Variant
|
struct Variant : IDisposable
|
||||||
{
|
{
|
||||||
enum ObjectType
|
enum ObjectType
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue