- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Mapping_MapperBuilder_2_SetDeepCopy
        andrewvk edited this page Jun 23, 2016 
        ·
        5 revisions
      
    [This is preliminary documentation and is subject to change.]
If true, performs deep copy.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public MapperBuilder<TFrom, TTo> SetDeepCopy(
	Nullable<bool> deepCopy
)VB
Public Function SetDeepCopy ( 
	deepCopy As Nullable(Of Boolean)
) As MapperBuilder(Of TFrom, TTo)F#
member SetDeepCopy : 
        deepCopy : Nullable<bool> -> MapperBuilder<'TFrom, 'TTo> 
- deepCopy
- Type: System.Nullable(Boolean)
 If true, performs deep copy.
Type: MapperBuilder(TFrom, TTo)
Returns this mapper.