LockCollection Members
Represents a collection of Lock objects.
Properties
| Member | Description |
|---|---|
| Count | Gets the total number of Locks in the collection. |
| Item | Gets the Lock at the given index. |
Methods
| Member | Description |
|---|---|
| Add | Adds a Lock to the collection. |
| Equals | inherited from Object. |
| Finalize | inherited from Object. |
| GetEnumerator | Returns a typed enumerator that iterates through the LockCollection. |
| GetHashCode | inherited from Object. |
| GetType | inherited from Object. |
| MemberwiseClone | inherited from Object. |
| Remove | Removes a Lock from the collection. |
| ToString | inherited from Object. |