StringList Constructors

Definition

Overloads

StringList()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.StringList class.

StringList(IEnumerable<String>)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.StringList class.

StringList()

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.StringList class.

public:
 StringList();
public StringList ();
Public Sub New ()

Applies to

StringList(IEnumerable<String>)

Initializes a new instance of the Microsoft.Exchange.WebServices.Data.StringList class.

public:
 StringList(System::Collections::Generic::IEnumerable<System::String ^> ^ strings);
public StringList (System.Collections.Generic.IEnumerable<string> strings);
Public Sub New (strings As IEnumerable(Of String))

Parameters

strings
IEnumerable<String>

An IEnumerable string collection that is used to create the StringList object.

Applies to