ListCommandUrlCollection.Implicit Operator
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9448)
Implicit(ListCommandUrl to ListCommandUrlCollection)
Converts a ListCommandUrl to a ListCommandUrlCollection.
Declaration
public static implicit operator ListCommandUrlCollection(ListCommandUrl url)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCommandUrl | url | A single ListCommandUrl. |
Returns
| Type | Description |
|---|---|
| ListCommandUrlCollection |
Implicit(String to ListCommandUrlCollection)
Converts a String to a ListCommandUrlCollection.
Declaration
public static implicit operator ListCommandUrlCollection(string urls)
Parameters
| Type | Name | Description |
|---|---|---|
| String | urls | A list of URLs. |
Returns
| Type | Description |
|---|---|
| ListCommandUrlCollection |