-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Mapping_MappingSchema_GetMapValues
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Returns mapping values for provided enum type.
Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public virtual MapValue[] GetMapValues(
Type type
)
VB
Public Overridable Function GetMapValues (
type As Type
) As MapValue()
F#
abstract GetMapValues :
type : Type -> MapValue[]
override GetMapValues :
type : Type -> MapValue[]
- type
- Type: System.Type
Type to get mapping values.
Type: MapValue[]
Array of mapping values.
Exception | Condition |
---|---|
ArgumentNullException | type is null. |