SwiftDocCRenderBlockContentRenderBlockContent.DictionaryExampleStructureRenderBlockContent.DictionaryExampleAn example that contains a sample code block.struct DictionaryExampleTopicsInitializersinit(summary: [RenderBlockContent]?, example: CodeExample)Creates a new example with the given data.Instance Propertiesvar example: CodeExampleThe sample code for the example.var summary: [RenderBlockContent]?A summary of the sample code block.