NameObjectCollectionGet(String) Method
Gets the values associated with the specified key from this
NameObjectCollection
combined into one comma-separated list.
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 Get(
string name
)
Public Overridable Function Get (
name As String
) As Object
Dim instance As NameObjectCollection
Dim name As String
Dim returnValue As Object
returnValue = instance.Get(name)
public:
virtual Object^ Get(
String^ name
)
abstract Get :
name : string -> Object
override Get :
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
String that contains a comma-separated list of the values associated
with the specified key from this
NameObjectCollection,
if found; otherwise, null.