OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class SerializedPackagesFile

Inheritance
System.Object
SerializedPackagesFile
Namespace: OpenMod.NuGet
Assembly: OpenMod.NuGet.dll
Syntax
public class SerializedPackagesFile : object

Properties

| Improve this Doc View Source

Packages

Declaration
public HashSet<SerializedNuGetPackage>? Packages { get; set; }
Property Value
Type Description
System.Nullable<HashSet<SerializedNuGetPackage>>

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)