Looking at the documentation and searching the forums, it's not quite clear to me if using the IList<BlockData> is a fully supported way to model data, without a list of caveats like there is using IList with a POCO. Are there any pitfalls with indexing data, or import/export, etc?
Looking at the documentation and searching the forums, it's not quite clear to me if using the IList<BlockData> is a fully supported way to model data, without a list of caveats like there is using IList with a POCO. Are there any pitfalls with indexing data, or import/export, etc?