The following tables list the members exposed by StripeCollection.
Name | Description | |
---|---|---|
Count | Gets the number of stripes in the collection. | |
Item | Gets or sets the stripe at the specified index. |
Name | Description | |
---|---|---|
Add | Adds a stripe to the collection. | |
AddRange | Adds an array of stripes to the collection. | |
Clear | Removes all stripes from the collection. | |
Contains | Determines whether the collection contains a specific stripe. | |
CopyTo | Copies the stripes in the collection to an array, starting at the specified array index. | |
GetEnumerator | Gets an enumerator that iterates through the collection. | |
GetSchema | This method is reserved and should not be used. | |
IndexOf | Determines the index of the stripe in the collection. | |
Insert | Inserts a stripe into the collection at the specified index. | |
InsertRange | Inserts an array of stripes into the collection at the specified index. | |
ReadXml | Generates an object from its XML representation. | |
Remove | Removes the specified stripe from the collection. | |
RemoveAt | Removes the stripe at the specified index. | |
WriteXml | Converts an object into its XML representation. |