-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Mapping_MappingSchema_GetMapValues
andrewvk edited this page Jun 23, 2016
·
5 revisions
Returns mapping values for provided enum type.
Namespace: CodeJam.Mapping
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.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. |