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

Inheritance: IDisposable
Show file Open project: mikeedwards83/Glass.Mapper

Public Methods

Method Description
DepthCheck ( Type type ) : System
DepthCheck ( int maxDepth, Type type ) : System
Dispose ( ) : void

Method Details

DepthCheck() public method

public DepthCheck ( Type type ) : System
type System.Type
return System

DepthCheck() public method

public DepthCheck ( int maxDepth, Type type ) : System
maxDepth int
type System.Type
return System

Dispose() public method

public Dispose ( ) : void
return void