ToStringFormatter.AddProperty Method (String, Object)
Add a property name and value to the internal string representation.
[Visual Basic]Overloads Public Sub AddProperty( _
ByVal
propertyName As
String, _
ByVal
propertyValue As
Object _
)
Parameters
- propertyName
- The name of the property to add.
- propertyValue
- The value of the property.
See Also
ToStringFormatter Class | ICSharpCode.SharpCvsLib.Util Namespace | ToStringFormatter.AddProperty Overload List