예제 #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);
 }