C# Class FiftyOne.Foundation.Mobile.Detection.BinaryConstants

Constants used by the binary file format.
Show file Open project: 51Degrees/dotNET-Device-Detection

Public Properties

Property Type Description
SupportedPatternFormatVersions Version>[].KeyValuePair
SupportedTrieFormatVersions Version>[].KeyValuePair

Property Details

SupportedPatternFormatVersions public static property

An array of pattern format versions that this API will support.
public static KeyValuePair[] SupportedPatternFormatVersions
return Version>[].KeyValuePair

SupportedTrieFormatVersions public static property

An array of trie format versions that this API will support.
public static KeyValuePair[] SupportedTrieFormatVersions
return Version>[].KeyValuePair