OutputContainer Class¶
Definition¶
namespace Sharplog.Settings
- Implements: System.IDisposable, IList
-
Container for output settings.
Constructors¶
| Name |
|---|
| OutputContainer() |
Properties¶
| Name | Type | GET | SET |
|---|---|---|---|
| Count | int | ||
| IsReadOnly | bool | ||
| Itemint | Output |
Inherited methods¶
| Name | Modifiers | Returns |
|---|---|---|
| Dispose() | public |
|
| Add(Output) | public |
|
| Clear() | public |
|
| Contains(Output) | public |
bool |
| CopyTo(Output[], int) | public |
|
| GetEnumerator() | public |
IEnumerator<Output> |
| IndexOf(Output) | public |
int |
| Insert(int, Output) | public |
|
| Remove(Output) | public |
bool |
| RemoveAt(int) | public |
Constructors¶
OutputContainer()¶
-
Initializes a new instance of the OutputContainer class using default settings if not provided.