-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_Mapping_MapValueAttribute__ctor_3
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
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)
C#
public MapValueAttribute(
string configuration,
Object value
)VB
Public Sub New (
configuration As String,
value As Object
)F#
new :
configuration : string *
value : Object -> MapValueAttribute
- configuration
- Type: System.String
Active configuration. - value
- Type: System.Object
Mapping value.
MapValueAttribute Class
MapValueAttribute Overload
CodeJam.Mapping Namespace