SharpCvsLib

ToStringFormatter.AddProperty Method

Add a property name and value to the internal string representation.

Overload List

Add a property name and value to the internal string representation.

public void AddProperty(string,object);

Add a property name and property value to the internal string representation.

public void AddProperty(string,string);

See Also

ToStringFormatter Class | ICSharpCode.SharpCvsLib.Util Namespace