示例#1
0
 private String GetHandlerDisplayString(IPropertyHandler handler)
 {
     return(String.Format(
                "{0}: {1}",
                handler.PropertyName,
                stringFormatter.Format(handler.GetPropertyValue(this))
                ));
 }