HpsvGenericArray<T> Methods | ![]() |
The HpsvGenericArray<T> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds a new item to the array
|
![]() | Clear |
Clears the array
(Inherited from HpsvArray.) |
![]() | GetEnumerator |
Gets all values within the array
|
![]() | GetGenericItem | Gets the element at the specified index. (Inherited from HpsvArray.) |
![]() | IsNil |
Checks if element at the specified index of the HpsvArray is Nil.
(Inherited from HpsvArray.) |
![]() | RemoveAt | Removes the element at the specified index of the HpsvArray. (Inherited from HpsvArray.) |
![]() | SetFromJson |
Updates the content from the JSON string
(Inherited from HpsvProxyObject.) |
![]() | SetGenericItem | Sets the element at the specified index. (Inherited from HpsvArray.) |
![]() | SetNil |
Sets element at the specified index of the HpsvArray to be Nil.
(Inherited from HpsvArray.) |
![]() | ToJson |
Serializes to content of the object to JSON string
(Inherited from HpsvProxyObject.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from HpsvProxyObject.) |
Name | Description | |
---|---|---|
![]() | GetValue |
Extension method allowing to get a child structure based on a string path
(Defined by HpSvExtensions.) |