C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.DepthCheck.ModelDepthCheck.DepthCheck

Inheritance: IDisposable
Afficher le fichier Open project: mikeedwards83/Glass.Mapper

Méthodes publiques

Méthode Description
DepthCheck ( Type type ) : System
DepthCheck ( int maxDepth, Type type ) : System
Dispose ( ) : void

Method Details

DepthCheck() public méthode

public DepthCheck ( Type type ) : System
type System.Type
Résultat System

DepthCheck() public méthode

public DepthCheck ( int maxDepth, Type type ) : System
maxDepth int
type System.Type
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void