Name | Description | |
---|---|---|
Add | Adds a WallRange to the collection. | |
AddRange | Adds an array of WallRanges to the collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Clone | Creates a clone of the WallRanges collection. | |
Contains | Determines whether the collection contains the specified WallRange. | |
CopyTo | Copies the entire collection to an array, starting at the specified index of the target array. | |
IndexOf | Returns the index of the first occurrence of a value in the collection. | |
Insert | Inserts a WallRange into the collection at the specified index. | |
Remove | Removes the first occurrence of a specific WallRange from the collection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |