ControllerBaseCheckDocumentInitializedT Method |
Checks whether the document has been initialized and throws an exception if it is null.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected virtual void CheckDocumentInitialized<T>(
ref T doc
)
Parameters
- doc T
- The document reference to check.
Type Parameters
- T
- The type of the document.
Exceptions
See Also