Exemplo n.º 1
0
 public AsmSection(AsmSectionType type)
 {
     _type = type;
 }
Exemplo n.º 2
0
 public void SetSection(AsmSectionType type)
 {
     _currentSection = type;
 }