WGet.NET
4.4.1
A WinGet wrapper library for .Net.
Loading...
Searching...
No Matches
IWinGetObject.cs
1
//--------------------------------------------------//
2
// Created by basicx-StrgV //
3
// https://github.com/basicx-StrgV/ //
4
//--------------------------------------------------//
5
namespace
WGetNET
6
{
10
public
interface
IWinGetObject
11
{
15
public
bool
IsEmpty
{
get
; }
16
}
17
}
WGetNET
Definition
WinGetInfoEntry.cs:8
WGetNET.IWinGetObject
Interface for all winget related objects.
Definition
IWinGetObject.cs:11
WGetNET.IWinGetObject.IsEmpty
bool IsEmpty
Gets if the object is empty.
Definition
IWinGetObject.cs:15