public override void Handle(MemorySnapshotNotification notification) { resource.Handle(notification); }
public virtual void Handle(MemorySnapshotNotification notification) { }
public void Handle(MemorySnapshotNotification notification) { buffers = notification.Allocation; }