GlyphCollection.AddRange Method

Definition

Adds the contents of another GlyphCollection to the end of the collection.

Overloads

AddRange(Glyph[])

Copies the elements of an array to the end of the GlyphCollection.

AddRange(GlyphCollection)

Adds the contents of another GlyphCollection to the end of the collection.

AddRange(Glyph[])

Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs

Copies the elements of an array to the end of the GlyphCollection.

C#
public void AddRange(System.Windows.Forms.Design.Behavior.Glyph[] value);
C#
public void AddRange(params System.Windows.Forms.Design.Behavior.Glyph[] value);

Parameters

value
Glyph[]

An array of type Glyph to copy to the end of the collection.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

AddRange(GlyphCollection)

Source:
GlyphCollection.cs
Source:
GlyphCollection.cs
Source:
GlyphCollection.cs

Adds the contents of another GlyphCollection to the end of the collection.

C#
public void AddRange(System.Windows.Forms.Design.Behavior.GlyphCollection value);

Parameters

value
GlyphCollection

A GlyphCollection to add to the end of the collection.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 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
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9