Creates a new instance of the class XAssemblyManifestResourceContainer.

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

Syntax

C#
public XAssemblyManifestResourceContainer(
	Assembly assembly
)

Parameters

assembly
Type: System.Reflection..::.Assembly
The assembly Assembly from which the source containe will be created.

See Also