The LockArray class is the transient class that encapsulates behavior required to access Lock objects in an array.
The locks are referenced by their position in the collection.
The bracket ([ ]) subscript operators enable you to assign values to and receive values from a lock array.
(None)