 | DocumentReferenceDictionaryTRemoveFromTable Method |
Removes the specified document from the table.
Namespace: Aml.Engine.Services.AMLAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic void RemoveFromTable(
XDocument document,
Action<T> action = null
)
Public Sub RemoveFromTable (
document As XDocument,
Optional action As Action(Of T) = Nothing
)
public:
void RemoveFromTable(
XDocument^ document,
Action<T>^ action = nullptr
)
Parameters
- document XDocument
- The document.
- action ActionT (Optional)
- The action, invoke before the document is removed.
See Also