We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns mapping values for provided enum type.
Namespace: CodeJam.MappingAssembly: 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: MapValue[]Array of mapping values.
MappingSchema ClassCodeJam.Mapping Namespace