Property | Type | Description | |
---|---|---|---|
Containers | ConcurrentBag |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Method | Description | |
---|---|---|
BaseContainer ( ) : System |
Initializes a new instance of the BaseContainer class.
|
|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
ThrowIfDisposed ( [ name = "" ) : void |
Throws an exception if this instance has been disposed.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
protected ThrowIfDisposed ( [ name = "" ) : void | ||
name | [ | The name. |
return | void |