NameObjectCollectionGetValues(Int32) Method
Namespace: DevCase.Runtime.CollectionsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Object[] GetValues(
int index
)
Public Overridable Function GetValues (
index As Integer
) As Object()
Dim instance As NameObjectCollection
Dim index As Integer
Dim returnValue As Object()
returnValue = instance.GetValues(index)
public:
virtual array<Object^>^ GetValues(
int index
)
abstract GetValues :
index : int -> Object[]
override GetValues :
index : int -> Object[]
No code example is currently available or this language may not be supported.
- index Int32
-
The zero-based index of the entry that contains the values to get from the collection.
Object
A
String array that contains the values at the specified index of the
NameObjectCollection, if found; otherwise, null.
ArgumentOutOfRangeException
|
index is outside the valid range of indexes for the collection.
|