forwardLicensePath Property    Table of ContentMessagesByTypes Property forward
TemplateLibrary.MessagesByTemplateId Property
Gets collection of registered messages description by message (template) id.

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 ReadOnlyDictionary<int, MessageInfo> MessagesByTemplateId { get; }

Property Value

Type: ReadOnlyDictionary<Int32, MessageInfo>
See Also