Skip to content

M_CodeJam_Mapping_MappingSchema_GetMapValues

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

MappingSchema.GetMapValues Method

Returns mapping values for provided enum type.

Namespace: CodeJam.Mapping
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

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[] 

Parameters

 

type
Type: System.Type
Type to get mapping values.

Return Value

Type: MapValue[]
Array of mapping values.

Exceptions

 

Exception Condition
ArgumentNullException type is null.

See Also

Reference

MappingSchema Class
CodeJam.Mapping Namespace

Clone this wiki locally