Service Virtualization 2022 API
Service Virtualization 2022 API
Namespaces
HP.SV.DotNetRuleApi
HpsvGenericArray(T) Class
HpsvGenericArray(T) Properties
Item Property
HpsvGenericArray
<
T
>
.
Item Property
Gets the element at the specified index.
Namespace:
HP.SV.DotNetRuleApi
Assembly:
HP.SV.DotNetRuleApi (in HP.SV.DotNetRuleApi.dll) Version: 5.6.0.9999-localBuild
Syntax
C#
Copy
public
T
this
[
int
index
] {
get
;
set
; }
Parameters
index
Type:
System
.
Int32
The zero-based index of the element to get or set.
Return Value
Type:
T
The element at the specified index.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is less than 0.-or-
index
is equal to or greater than
Count
.
See Also
Reference
HpsvGenericArray
<
T
>
Class
HP.SV.DotNetRuleApi Namespace
© Copyright 2009-2022 Micro Focus or one of its affiliates.