Gets the array of named tags (without the keys). To get the associative array of named tags use the property value.
Compound compound = new Compound([new Byte(1), new Int(2)]); assert(compound[] == compound.value.values);
See Implementation
Gets the array of named tags (without the keys). To get the associative array of named tags use the property value.