Skip to content

M_CodeJam_Mapping_MappingSchema_GetMapValues

andrewvk edited this page Jun 23, 2016 · 5 revisions

MappingSchema.GetMapValues Method

[This is preliminary documentation and is subject to change.]

Returns mapping values for provided enum type.

Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.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