Share via


ReadOnlyStringCollection Constructor (ArrayList) (BCL)

Use this method to create a new instance of the ReadOnlyStringCollection class from a given string.

Definition

[Visual Basic .NET]

Public Sub New( _ByValstringList As System.Collections.ArrayList _
) 

[C#]

public ReadOnlyStringCollection(System.Collections.ArrayListstringList);

Parameters

[Visual Basic .NET]

  • stringList
    An array of strings. May be null.

[C#]

  • stringList
    An array of strings. May be null.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.