GetDynamicMemberNames Method

DynamicObject.GetDynamicMemberNames Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns the enumeration of all dynamic member names.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Overridable Function GetDynamicMemberNames As IEnumerable(Of String)

Return Value

Type: System.Collections.Generic.IEnumerable(Of String)
A sequence that contains dynamic member names.

This method exists for debugging purposes only.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft