Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    DependencyRange Class

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll
    System.Object → DependencyRange
    Derived from DependencyRange:

    public class DependencyRange
    Name Description
    Constructors
    DependencyRange(String, PackageVersionRange, DependencyType)
    Properties
    MSBuildProject
    Name
    Type
    VersionRange
    | Improve this Doc View Source

    Constructors


    DependencyRange(String, PackageVersionRange, DependencyType)

    public DependencyRange(string name, PackageVersionRange versionRange, DependencyType type)
    Parameters
    Type Name Description
    System.String name
    Stride.Core.PackageVersionRange versionRange
    DependencyType type
    | Improve this Doc View Source

    Properties


    MSBuildProject

    public string MSBuildProject { get; set; }
    Property Value
    Type Description
    System.String

    Name

    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Type

    public DependencyType Type { get; set; }
    Property Value
    Type Description
    DependencyType

    VersionRange

    public PackageVersionRange VersionRange { get; set; }
    Property Value
    Type Description
    Stride.Core.PackageVersionRange

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation