'Declaration
Public Function GetChildNames() As System.Collections.Generic.IEnumerable(Of String)
'Usage
Dim instance As Folder Dim value As System.Collections.Generic.IEnumerable(Of String) value = instance.GetChildNames()
public System.Collections.Generic.IEnumerable<string> GetChildNames()