ActivityDesignerGlyphCollection Constructors

Definition

Initializes a new instance of the ActivityDesignerGlyphCollection class.

Overloads

ActivityDesignerGlyphCollection()

Initializes a new instance of the ActivityDesignerGlyphCollection class that is empty and has the default initial capacity.

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)

Initializes a new instance of the ActivityDesignerGlyphCollection class that contains elements copied from the specified generic collection of DesignerGlyph, and has sufficient capacity to accommodate the number of elements copied.

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)

Initializes a new instance of the ActivityDesignerGlyphCollection class that contains elements copied from the specified ActivityDesignerGlyphCollection and has sufficient capacity to accommodate the number of elements copied.

ActivityDesignerGlyphCollection()

Initializes a new instance of the ActivityDesignerGlyphCollection class that is empty and has the default initial capacity.

C#
public ActivityDesignerGlyphCollection();

Applies to

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

ActivityDesignerGlyphCollection(IEnumerable<DesignerGlyph>)

Initializes a new instance of the ActivityDesignerGlyphCollection class that contains elements copied from the specified generic collection of DesignerGlyph, and has sufficient capacity to accommodate the number of elements copied.

C#
public ActivityDesignerGlyphCollection(System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Design.DesignerGlyph> glyphs);

Parameters

glyphs
IEnumerable<DesignerGlyph>

Enumerable generic collection containing DesignerGlyph objects.

Applies to

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

ActivityDesignerGlyphCollection(ActivityDesignerGlyphCollection)

Initializes a new instance of the ActivityDesignerGlyphCollection class that contains elements copied from the specified ActivityDesignerGlyphCollection and has sufficient capacity to accommodate the number of elements copied.

C#
public ActivityDesignerGlyphCollection(System.Workflow.ComponentModel.Design.ActivityDesignerGlyphCollection glyphs);

Parameters

glyphs
ActivityDesignerGlyphCollection

An ActivityDesignerGlyphCollection from which to copy collection elements.

Applies to

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