StringList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.