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