Skip to content

M_CodeJam_Mapping_MapValue__ctor

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MapValue Constructor

Creates MapValue instance.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

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

Parameters

 

origValue
Type: System.Object
Original value.
mapValues
Type: CodeJam.Mapping.MapValueAttribute[]
Mapping value.

See Also

Reference

MapValue Class
CodeJam.Mapping Namespace

Clone this wiki locally