Region.isDisposed

Returns <code>true</code> if the region has been disposed, and <code>false</code> otherwise. <p> This method gets the dispose state for the region. When a region has been disposed, it is an error to invoke any other method using the region.

@return <code>true</code> when the region is disposed, and <code>false</code> otherwise

class Region
override
bool
isDisposed
(
)

Meta