ParameterList Properties
Specifies the EasyTest command’s parameters.
Name | Description |
---|---|
Capacity |
Gets or sets the total number of elements the internal data structure can hold without resizing.
Inherited from List |
Count |
Gets the number of elements contained in the List |
Extra |
Specifies an argument passed to the Functional Testing command’s primary parameter. |
Item[Int32] |
Gets or sets the element at the specified index.
Inherited from List |
Item[String] | Specifies the list of secondary parameters. |
Main |
Specifies the command’s primary parameter. |
ICollection |
Gets a value indicating whether the ICollection |
ICollection. |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Inherited from List |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from List |
IList. |
Gets a value indicating whether the IList has a fixed size.
Inherited from List |
IList. |
Gets a value indicating whether the IList is read-only.
Inherited from List |
IList. |
Gets or sets the element at the specified index.
Inherited from List |
See Also