NameObjectCollectionGetValues(String) 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(
string name
)
Public Overridable Function GetValues (
name As String
) As Object()
Dim instance As NameObjectCollection
Dim name As String
Dim returnValue As Object()
returnValue = instance.GetValues(name)
public:
virtual array<Object^>^ GetValues(
String^ name
)
abstract GetValues :
name : string -> Object[]
override GetValues :
name : string -> Object[]
No code example is currently available or this language may not be supported.
- name String
-
The String key of the entry that contains the values to get. The key can
be null.
Object
A
Object array that contains the values associated with the specified
key from this
NameObjectCollection, if found; otherwise,
null.