Skip to content

GH_Chunk.ChunkKeyedCollection

Public Class

Represents a collection of chunks with associated IDs

Inheritance Hierarchy

System.Object
GH_IO.Serialization.GH_Chunk.ChunkKeyedCollection

Namespace: GH_IO.Serialization

Assembly: GH_IO (in GH_IO.dll)

Syntax

public class ChunkKeyedCollection : IEnumerable<GH_Chunk>,
IEnumerable

The GH_Chunk.ChunkKeyedCollection type exposes the following members.

Constructors

Name

Description


Public Method

Create a new collection.


Properties

Name

Description


Public Property

Returns the amount in the collection.


Methods

Name

Description


Public Method

Adds a new chunk.


Public Method

Removes all chunks from the collection.


Public Method

Gets an enumerator that iterates over all chunks in the collection.


Public Method

Removes a chunk.


Public Method

Removes an ID.


Public Method

Try and find the chunk that belongs to a given ID.