C# Class DotNetNuke.Extensions.Reflection.ReflectionHelperExtensions

Extension methods for ReflectionHelper.
Exibir arquivo Open project: JonHaywood/DotNetNuke.Extensions

Public Methods

Method Description
Reflect ( this target ) : ReflectionHelper

Reflects the specified target.

Method Details

Reflect() public static method

Reflects the specified target.
public static Reflect ( this target ) : ReflectionHelper
target this The target.
return ReflectionHelper