class jnc.DynamicSection

class DynamicSection: jnc.DynamicSectionGroup {
    // fields

    jnc.DynamicSectionKind readonly m_sectionKind;
    jnc.PtrTypeFlags readonly m_ptrTypeFlags;
    size_t readonly m_elementCount;
    size_t readonly m_offset;
    size_t readonly m_size;

    // properties

    jnc.Type* const property m_type;
    jnc.ModuleItemDecl* const property m_decl;

    // construction

    destruct();
};

Inherited Members

public:
    // fields

    size_t readonly m_sectionCount;

    // properties

    jnc.DynamicSection* const indexed property m_sectionArray(size_t index);