Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Glass
Mapper
Pipelines
ObjectConstruction
Tasks
DepthCheck
ModelDepthCheck.DepthCheck
C# Class Glass.Mapper.Pipelines.ObjectConstruction.Tasks.DepthCheck.ModelDepthCheck.DepthCheck
Inheritance:
IDisposable
Mostrar archivo
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