GH_Chunk.ChunkKeyedCollection
Public Class
Public Method
Public Property
Public Method
Public Method
Public Method
Public Method
Public Method
Public Method
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
GH_Chunk.ChunkKeyedCollection
Create a new collection.
Properties
Name
Description
Public Property
Count
Returns the amount in the collection.
Methods
Name
Description
Public Method
Add
Adds a new chunk.
Public Method
Clear
Removes all chunks from the collection.
Public Method
GetEnumerator
Gets an enumerator that iterates over all chunks in the collection.
Public Method
Remove(GH_Chunk)
Removes a chunk.
Public Method
Remove(ID)
Removes an ID.
Public Method
TryGetValue
Try and find the chunk that belongs to a given ID.