Пример #1
0
 // The IPrintDebugState interface implementation.
 //
 void IPrintDebugState.PrintDebugState(PropertyInfo propertyInfo, ref string str)
 {
     _firstName.PrintDebugState(_firstName_propertyInfo, ref str);
     _lastName.PrintDebugState(_lastName_propertyInfo, ref str);
 }