forwardPrimitiveEncodingType Property    Table of ContentEnumTypeInfo Methodsforward
EnumTypeInfo.Values Property
Gets enumeration values.

Namespace:  OnixS.SimpleBinaryEncoding.Templates
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public Dictionary<string, EnumValue> Values { get; }

Property Value

Type: Dictionary<String, EnumValue>
See Also