C# Class ValueUtils.ReflectionHelper

Exibir arquivo Open project: EamonNerbonne/ValueUtils

Public Methods

Method Description
GetAllFields ( Type type ) : IEnumerable
WalkMeaningfulInheritanceChain ( Type type ) : IEnumerable

Method Details

GetAllFields() public static method

public static GetAllFields ( Type type ) : IEnumerable
type System.Type
return IEnumerable

WalkMeaningfulInheritanceChain() public static method

public static WalkMeaningfulInheritanceChain ( Type type ) : IEnumerable
type System.Type
return IEnumerable