Class ElectiveExtensions.PackageItem
Namespace: Unity.MARS.Build
Syntax
public class PackageItem
Constructors
PackageItem(String, String, Boolean)
Declaration
public PackageItem(string name, string version, bool required = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | |
| String | version | |
| Boolean | required |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |
Required
Declaration
public bool Required { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Version
Declaration
public string Version { get; }
Property Value
| Type | Description |
|---|---|
| String |