-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MapValue__ctor
andrewvk edited this page Jul 1, 2016
·
5 revisions
Creates MapValue instance.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.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.