forwardSemanticVersion Property    Table of ContentVersion Property forward
TemplateLibrary.Types Property
Gets collection of registered types description by type name.

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<string, TypeInfo> Types { get; }

Property Value

Type: ReadOnlyDictionary<String, TypeInfo>
See Also