SaveFunctionTObject Delegate

CVB.Net Documentation
Generic shape of a function that saves an object.

Namespace:  Stemmer.Cvb.Utilities
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public delegate void SaveFunction<TObject>(
	TObject obj,
	string fileName
)

Parameters

obj
Type: TObject
Object to be saved.
fileName
Type: SystemString
File name under which to save the object.

Type Parameters

TObject
Type of the object to be saved.
See Also

Reference