Show / Hide Table of Contents

Class ReflectionTypeSystemProviderExtensions

Provides a set of extension methods for IReflectionTypeSystemProvider.

Inheritance
System.Object
ReflectionTypeSystemProviderExtensions
Namespace: System.Reflection
Assembly: Nuqleon.Reflection.Virtualization.dll
Syntax
public static class ReflectionTypeSystemProviderExtensions : Object

Methods

IsEnum(IReflectionTypeSystemProvider, Type)

Gets a value indicating whether the specified type represents an enumeration.

Declaration
public static bool IsEnum(this IReflectionTypeSystemProvider provider, Type type)
Parameters
Type Name Description
IReflectionTypeSystemProvider provider

The reflection type system provider.

System.Type type

The type to check.

Returns
Type Description
System.Boolean

true if the specified type represents an enumeration; otherwise, false.

In This Article
Back to top Generated by DocFX