Gets a pointer to the internal list of child chunks. 
            Do not access this list unless you know what you are doing.
            
 
    Namespace: 
   GH_IO.Serialization
    Assembly:
   GH_IO (in GH_IO.dll)
Syntaxpublic List<GH_IChunk> Chunks { get; }Public ReadOnly Property Chunks As List(Of GH_IChunk)
	Get
Property Value
Type: 
ListGH_IChunk[Missing <value> documentation for "P:GH_IO.Serialization.GH_Chunk.Chunks"]
Implements
GH_IChunkChunks
See Also