| CachedXslTransformGeneratorInstance Property |
Gets the singleton instance.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic static CachedXslTransformGenerator Instance { get; }Public Shared ReadOnly Property Instance As CachedXslTransformGenerator
Get
public:
static property CachedXslTransformGenerator^ Instance {
CachedXslTransformGenerator^ get ();
}static member Instance : CachedXslTransformGenerator with get
Property Value
Type:
CachedXslTransformGenerator
The instance
See Also