PropertyRelation Constructors

Definition

Constructor.

Overloads

PropertyRelation()

Source:
CommandLineToolSwitch.cs

Constructor

C#
public PropertyRelation();
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public PropertyRelation();
Attributes

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

PropertyRelation(String, String, Boolean)

Source:
CommandLineToolSwitch.cs

Constructor.

C#
public PropertyRelation(string argument, string value, bool required);

Parameters

argument
String

The argument.

value
String

The value of the property.

required
Boolean

true if the property is required.

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1