GH_ChunkChunkKeyedCollection Class |
Namespace: GH_IO.Serialization
The GH_ChunkChunkKeyedCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_ChunkChunkKeyedCollection |
Create a new collection.
|
| Name | Description | |
|---|---|---|
| Add |
Adds a new chunk.
| |
| Clear |
Removes all chunks from the collection.
| |
| GetEnumerator |
Gets an enumerator that iterates over all chunks in the collection.
| |
| Remove(GH_Chunk) |
Removes a chunk.
| |
| Remove(ID) |
Removes an ID.
| |
| TryGetValue |
Try and find the chunk that belongs to a given ID.
|