PropertyBag Constructors

Definition

Overloads

Name Description
PropertyBag()

Initializes a new instance of the PropertyBag class.

PropertyBag(IProperty[])

Initializes a new instance of the PropertyBag class.

PropertyBag(IEnumerable<IProperty>)

Initializes a new instance of the PropertyBag class.

PropertyBag()

Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs

Initializes a new instance of the PropertyBag class.

public PropertyBag();
Public Sub New ()

Applies to

PropertyBag(IProperty[])

Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs

Initializes a new instance of the PropertyBag class.

public PropertyBag(params Microsoft.Testing.Platform.Extensions.Messages.IProperty[] properties);
new Microsoft.Testing.Platform.Extensions.Messages.PropertyBag : Microsoft.Testing.Platform.Extensions.Messages.IProperty[] -> Microsoft.Testing.Platform.Extensions.Messages.PropertyBag
Public Sub New (ParamArray properties As IProperty())

Parameters

properties
IProperty[]

The collection of properties.

Applies to

PropertyBag(IEnumerable<IProperty>)

Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs
Source:
PropertyBag.cs

Initializes a new instance of the PropertyBag class.

public PropertyBag(System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.Messages.IProperty> properties);
new Microsoft.Testing.Platform.Extensions.Messages.PropertyBag : seq<Microsoft.Testing.Platform.Extensions.Messages.IProperty> -> Microsoft.Testing.Platform.Extensions.Messages.PropertyBag
Public Sub New (properties As IEnumerable(Of IProperty))

Parameters

properties
IEnumerable<IProperty>

The collection of properties.

Applies to