StateBag Constructors

Definition

Initializes a new instance of the StateBag class.

Overloads

StateBag()

Initializes a new instance of the StateBag class. This is the parameterless constructor for this class.

StateBag(Boolean)

Initializes a new instance of the StateBag class that allows stored state values to be case-insensitive.

StateBag()

Initializes a new instance of the StateBag class. This is the parameterless constructor for this class.

public StateBag ();

See also

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 1.1, 2.0, 3.0, 3.5, 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

StateBag(Boolean)

Initializes a new instance of the StateBag class that allows stored state values to be case-insensitive.

public StateBag (bool ignoreCase);

Parameters

ignoreCase
Boolean

true to ignore case; otherwise, false.

See also

Applies to

.NET Framework 4.8.1 og andre versjoner
Produkt Versjoner
.NET Framework 1.1, 2.0, 3.0, 3.5, 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