Creates a resource set ResourceSet.

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

Syntax

C#
protected virtual ResourceSet CreateResourceSet(
	Stream stream
)

Parameters

stream
Type: System.IO..::.Stream
A stream from which will be a resource set created.

Return Value

Returns a created object ResourceSet.

Exceptions

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

See Also