NameObjectCollectionGetKey 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 string GetKey(
int index
)
Public Overridable Function GetKey (
index As Integer
) As String
Dim instance As NameObjectCollection
Dim index As Integer
Dim returnValue As String
returnValue = instance.GetKey(index)
public:
virtual String^ GetKey(
int index
)
abstract GetKey :
index : int -> string
override GetKey :
index : int -> string
No code example is currently available or this language may not be supported.
- index Int32
-
The zero-based index of the key to get from the collection.
String
A
String that contains the key at the specified index of this
NameObjectCollection,
if found; otherwise, null.
ArgumentOutOfRangeException
|
index is outside the valid range of indexes for the collection.
|