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.
Assembly: System.Core (in System.Core.dll)
Return Value
Type: System.Collections.Generic.IEnumerable(Of String)A sequence that contains dynamic member names.
Show: