ReadOnlyStringCollection Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides a read-only string collection. This class cannot be inherited.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class ReadOnlyStringCollection _
Inherits ReadOnlyCollectionBase
'Usage
Dim instance As ReadOnlyStringCollection
[SerializableAttribute]
public sealed class ReadOnlyStringCollection : ReadOnlyCollectionBase
[SerializableAttribute]
public ref class ReadOnlyStringCollection sealed : public ReadOnlyCollectionBase
public final class ReadOnlyStringCollection extends ReadOnlyCollectionBase
Remarks
The ReadOnlyStringCollection class is a read-only collection that contains String objects. This class is sealed.
Inheritance Hierarchy
System..::.Object
System.Collections..::.ReadOnlyCollectionBase
Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.