public void SetSymCustomAttribute(String name, byte[] data)
 {
     m_methodBuilder.SetSymCustomAttribute(name, data);
 }