-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MapValueAttribute__ctor_2
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Creates an instance of MapValueAttribute attribute.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public MapValueAttribute(
Object value,
bool isDefault
)
VB
Public Sub New (
value As Object,
isDefault As Boolean
)
F#
new :
value : Object *
isDefault : bool -> MapValueAttribute
- value
- Type: System.Object
Mapping value. - isDefault
- Type: System.Boolean
true if default.
MapValueAttribute Class
MapValueAttribute Overload
CodeJam.Mapping Namespace