Creates a resource setResourceSet.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public virtual ResourceSet CreateResourceSet(
	string fileName
)

Parameters

fileName
Type: System..::.String
A file name from which will be a resource set created.

Return Value

Returns a created object ResourceSet.

Exceptions

ExceptionCondition
System..::.ArgumentNullException fileName is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also