Class DotNetReferenceType
.Net reference types
Inheritance
object
DotNetReferenceType
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public sealed class DotNetReferenceType : Enum
Fields
dPackageReference
PackageReference type item
Declaration
public const DotNetReferenceType dPackageReference = 2
Field Value
| Type | Description |
|---|---|
| DotNetReferenceType |
dProjectReference
ProjectReference type item
Declaration
public const DotNetReferenceType dProjectReference = 1
Field Value
| Type | Description |
|---|---|
| DotNetReferenceType |
dReference
Reference type item
Declaration
public const DotNetReferenceType dReference = 0
Field Value
| Type | Description |
|---|---|
| DotNetReferenceType |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| int |