-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MapValue__ctor
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Creates MapValue instance.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public MapValue(
Object origValue,
params MapValueAttribute[] mapValues
)
VB
Public Sub New (
origValue As Object,
ParamArray mapValues As MapValueAttribute()
)
F#
new :
origValue : Object *
mapValues : MapValueAttribute[] -> MapValue
- origValue
- Type: System.Object
Original value. - mapValues
- Type: CodeJam.Mapping.MapValueAttribute[]
Mapping value.