Click or drag to resize

IMementoTGetWeight Method

Get approximate resource size allocated for this memento. The value is arbitrary. This could be used for stack usage consideration.

Namespace: RAYLASE.Marker.UndoRedo
Assembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
Syntax
C#
long GetWeight()

Return Value

Int64
The size of this memento.
See Also