Method GetTypesOrNothing
GetTypesOrNothing(Assembly)
Gets the types or nothing.
Declaration
public static IEnumerable<Type> GetTypesOrNothing(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly | The assembly. |
Returns
Type | Description |
---|---|
IEnumerable<Type> | IEnumerable<Type>. |