NameObjectCollectionAllKeys Property
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[] AllKeys { get; }
Public Overridable ReadOnly Property AllKeys As String()
Get
Dim instance As NameObjectCollection
Dim value As String()
value = instance.AllKeys
public:
virtual property array<String^>^ AllKeys {
array<String^>^ get ();
}
abstract AllKeys : string[] with get
override AllKeys : string[] with get
No code example is currently available or this language may not be supported.
Return Value
String
A
String array that contains all the keys of this
NameObjectCollection.