Skip to content

M_CodeJam_Mapping_MapValueAttribute__ctor_3

andrewvk edited this page Jul 1, 2016 · 5 revisions

MapValueAttribute Constructor (String, Object)

Creates an instance of MapValueAttribute attribute.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public MapValueAttribute(
	string configuration,
	Object value
)

VB

Public Sub New ( 
	configuration As String,
	value As Object
)

F#

new : 
        configuration : string * 
        value : Object -> MapValueAttribute

Parameters

 

configuration
Type: System.String
Active configuration.
value
Type: System.Object
Mapping value.

See Also

Reference

MapValueAttribute Class
MapValueAttribute Overload
CodeJam.Mapping Namespace

Clone this wiki locally