OverloadGroupAttribute Constructors

Definition

Initializes a new instance of the OverloadGroupAttribute class.

Overloads

OverloadGroupAttribute()

Initializes a new instance of the OverloadGroupAttribute class.

OverloadGroupAttribute(String)

Initializes a new instance of the OverloadGroupAttribute class.

OverloadGroupAttribute()

Initializes a new instance of the OverloadGroupAttribute class.

C#
public OverloadGroupAttribute();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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

OverloadGroupAttribute(String)

Initializes a new instance of the OverloadGroupAttribute class.

C#
public OverloadGroupAttribute(string groupName);

Parameters

groupName
String

The name of the group of arguments.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.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