public interface IDisposable
IDisposable
needs to be disposed after it is no longer needed.Modifier and Type | Method and Description |
---|---|
void |
dispose()
Called to dispose the
IDisposable . |
void dispose()
IDisposable
.Copyright (c) 2014 itemis AG and others. All rights reserved.