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//--------------------------------------------------//
5namespace WGetNET
6{
10 public interface IWinGetObject
11 {
15 public bool IsEmpty { get; }
16 }
17}
Interface for all winget related objects.
bool IsEmpty
Gets if the object is empty.