StringCollection Class |
Namespace: NLog.LogReceiverService
The StringCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| StringCollection |
Initializes a new instance of the StringCollection class.
|
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionString.) | |
| Item | Gets or sets the element at the specified index. (Inherited from CollectionString.) | |
| Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionString.) |
| Name | Description | |
|---|---|---|
| Add | Adds an object to the end of the CollectionT. (Inherited from CollectionString.) | |
| Clear | Removes all elements from the CollectionT. (Inherited from CollectionString.) | |
| ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionString.) | |
| Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionString.) | |
| CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionString.) | |
| GetEnumerator | Returns an enumerator that iterates through the CollectionT. (Inherited from CollectionString.) | |
| IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionString.) | |
| Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionString.) | |
| InsertItem | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionString.) | |
| Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionString.) | |
| RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionString.) | |
| RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionString.) | |
| SetItem | Replaces the element at the specified index. (Inherited from CollectionString.) |