Table of Contents

Class MatStack.ItemDisposable

Namespace
Hi.Disp
Assembly
HiDisp.dll

A disposable class that manages push and pop operations on a matrix stack.

public class MatStack.ItemDisposable : IDisposable
Inheritance
MatStack.ItemDisposable
Implements
Inherited Members
Extension Methods

Constructors

ItemDisposable(MatStack)

Initializes a new instance of the MatStack.ItemDisposable class.

public ItemDisposable(MatStack stack)

Parameters

stack MatStack

The matrix stack to manage.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()