Exemplo n.º 1
0
 protected override void AddAttribute(Type attributeType)
 {
     AttrMap[attributeType] = new AttributeRegex(attributeType, ConstructRegex(attributeType), RegexOptions.IgnoreCase);
 }
Exemplo n.º 2
0
 protected override void AddAttribute(Type attributeType)
 {
     AttrMap[attributeType] = new AttributeRegex(attributeType, ConstructNameRegex(attributeType), RegexOptions.None);
 }