C# Class ValueUtils.ReflectionHelper

Afficher le fichier Open project: EamonNerbonne/ValueUtils

Méthodes publiques

Méthode Description
GetAllFields ( Type type ) : IEnumerable
WalkMeaningfulInheritanceChain ( Type type ) : IEnumerable

Method Details

GetAllFields() public static méthode

public static GetAllFields ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable

WalkMeaningfulInheritanceChain() public static méthode

public static WalkMeaningfulInheritanceChain ( Type type ) : IEnumerable
type System.Type
Résultat IEnumerable