Class NuGetService.NuGetVersionResultDto
Inheritance
object
NuGetService.NuGetVersionResultDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.NuGet
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class NuGetService.NuGetVersionResultDto
Constructors
NuGetVersionResultDto()
Declaration
public NuGetVersionResultDto()
Properties
Versions
Declaration
public List<string> Versions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |