コード例 #1
0
ファイル: EditableObject.cs プロジェクト: x64/bltoolkit
 // The IPrintDebugState interface implementation.
 //
 void IPrintDebugState.PrintDebugState(PropertyInfo propertyInfo, ref string str)
 {
     _firstName.PrintDebugState(_firstName_propertyInfo, ref str);
     _lastName.PrintDebugState(_lastName_propertyInfo, ref str);
 }