LoadConstructorTObject Delegate

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

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

public delegate TObject LoadConstructor<TObject>(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of the file to load the object from.

Type Parameters

TObject
Type of the object to be loaded.

Return Value

Type: TObject
Loaded object (or null).
See Also

Reference