The ServerStrings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ServerStrings | Initializes a new instance of the ServerStrings class |
Methods
| Name | Description | |
|---|---|---|
| Add |
Add the string to the collection.
| |
| AddRange |
Add all the strings to the collection.
| |
| Clear | (Inherited from CollectionBase.) | |
| Contains |
Returns true if the given string is already in the collection.
| |
| CopyTo |
Copy all the strings in the collection to the array starting at the given index.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBase.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Returns the index of the given string or -1 if it's not in the collection.
| |
| Insert |
Inserts the given string into the collection at the given index.
| |
| Matches |
Returns true if any fragment is found in the supplied string
| |
| MemberwiseClone | (Inherited from Object.) | |
| OnClear | (Inherited from CollectionBase.) | |
| OnClearComplete | (Inherited from CollectionBase.) | |
| OnInsert | (Inherited from CollectionBase.) | |
| OnInsertComplete | (Inherited from CollectionBase.) | |
| OnRemove | (Inherited from CollectionBase.) | |
| OnRemoveComplete | (Inherited from CollectionBase.) | |
| OnSet | (Inherited from CollectionBase.) | |
| OnSetComplete | (Inherited from CollectionBase.) | |
| OnValidate | (Inherited from CollectionBase.) | |
| Remove |
Remove the given string from the collection.
| |
| RemoveAt | (Inherited from CollectionBase.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from CollectionBase.) | |
| Count | (Inherited from CollectionBase.) | |
| InnerList | (Inherited from CollectionBase.) | |
| Item |
Gets a reference to a string at the given index.
| |
| List | (Inherited from CollectionBase.) |