TypeExtensions
Type extension methods
public static class TypeExtensions
Namespace
Methods
IsObsolete
Determines if the given type is decorated as being obsolete
public static bool IsObsolete(this Type type)
Parameters
Parameter | Description |
---|---|
type
|
The Type to check
|
Returns
True if the type is obsolete, otherwise False