[Missing <summary> documentation for "M:BaseLib.Util.XmlLoader`1.Save(`0,System.String)"]

Namespace: BaseLib.Util
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Collapse imageSyntax

C#
public void Save(
	T thing,
	string fullpath
)

Parameters

thing
Type: T

[Missing <param name="thing"/> documentation for "M:BaseLib.Util.XmlLoader`1.Save(`0,System.String)"]

fullpath
Type: System..::..String

[Missing <param name="fullpath"/> documentation for "M:BaseLib.Util.XmlLoader`1.Save(`0,System.String)"]

Collapse imageSee Also