示例#1
0
        private void ParseAttributes(Dictionary <string, Dictionary <string, object> > items)

        {
            _attributeTypes = new AttributeTypeManager(items);
        }
示例#2
0
 private void ParseAttributes(List <string> items)
 {
     _attributeTypes = new AttributeTypeManager(items);
 }
示例#3
0
 private void ParseAttributes (List<string> items)
 {
     _attributeTypes = new AttributeTypeManager (items);
 }