'Declaration Public Shared Function properties( _ ByVal obj As Object, _ ByVal inherit As Boolean _ ) As List(Of String)
public static List<string> properties( object obj, bool inherit )
Parameters
- obj
- inherit
'Declaration Public Shared Function properties( _ ByVal obj As Object, _ ByVal inherit As Boolean _ ) As List(Of String)
public static List<string> properties( object obj, bool inherit )