Пример #1
0
 internal XmlReflectionMember(string name, Type type, XmlAttributes attributes)
 {
     memberName    = name;
     memberType    = type;
     xmlAttributes = attributes;
 }