'Declaration
Public Shared Function GetInterfaces( _ ByVal type As Type _ ) As IEnumerable(Of Type)
public static IEnumerable<Type> GetInterfaces( Type type )
Parameters
- type
'Declaration
Public Shared Function GetInterfaces( _ ByVal type As Type _ ) As IEnumerable(Of Type)
public static IEnumerable<Type> GetInterfaces( Type type )