﻿            var _tmp{TemplateTag:PropertyName} = new Dictionary<string, bool>();
            foreach (var pair in this.{TemplateTag:PropertyName}IndexTable)
            {
                _tmp{TemplateTag:PropertyName}.Add(pair.Key, (this.{TemplateTag:PropertyName} & ({TemplateTag:TypeName})Math.Pow(2, pair.Value)) != 0);
            }

            this.WriteDictionaryElement(context, "{TemplateTag:ElementName}.BitTable", _tmp{TemplateTag:PropertyName});
