ReadOnlyStringCollection Members
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.
The ReadOnlyStringCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReadOnlyStringCollection | Overloaded. Initializes a new instance of the ReadOnlyStringCollection class. |
Top
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the strings in the collection to an array, starting at a particular array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from ReadOnlyCollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Returns the zero based index of the first occurrence of the specified string within the entire ReadOnlyStringCollection class. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ReadOnlyCollectionBase.) | |
InnerList | (Inherited from ReadOnlyCollectionBase.) | |
IsSynchronized | Gets a value indicating whether the current ReadOnlyStringCollection is synchronized (thread-safe). | |
Item | Gets a string object at a particular index in the collection. | |
SyncRoot | Gets the object used to synchronize access to the ReadOnlyStringCollection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::.CopyTo | (Inherited from ReadOnlyCollectionBase.) | |
ICollection..::.IsSynchronized | (Inherited from ReadOnlyCollectionBase.) | |
ICollection..::.SyncRoot | (Inherited from ReadOnlyCollectionBase.) |
Top