Skip to content

M_CodeJam_Mapping_MapValueAttribute__ctor_1

Andrew Koryavchenko edited this page Jul 4, 2017 · 5 revisions

MapValueAttribute Constructor (Object)

Creates an instance of MapValueAttribute attribute.

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

Syntax

C#

public MapValueAttribute(
	Object value
)

VB

Public Sub New ( 
	value As Object
)

F#

new : 
        value : Object -> MapValueAttribute

Parameters

 

value
Type: System.Object
Mapping value.

See Also

Reference

MapValueAttribute Class
MapValueAttribute Overload
CodeJam.Mapping Namespace

Clone this wiki locally