Skip to content

M_CodeJam_Mapping_MapValueAttribute__ctor_1

andrewvk edited this page Jun 23, 2016 · 5 revisions

MapValueAttribute Constructor (Object)

Creates an instance of MapValueAttribute attribute.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.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