Show / Hide Table of Contents

Interface IPoolObject

Represents an entity that can be part of an object pool.

Namespace: GraphShape.Controls
Assembly: GraphShape.Controls.dll
Syntax
public interface IPoolObject

Methods

| Improve this Doc View Source

Reset()

Resets object state.

Declaration
void Reset()
| Improve this Doc View Source

Terminate()

Frees object resources.

Declaration
void Terminate()

Events

| Improve this Doc View Source

Disposing

Fired when the object is disposing its resources.

Declaration
event DisposingHandler Disposing
Event Type
Type Description
DisposingHandler

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph)
GraphHelpers.GetDiameter<TVertex, TEdge, TGraph>(TGraph, out Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape