Class SetParser
- Namespace
- VisioForge.Core.Metadata.KLV
- Assembly
- VisioForge.Core.dll
Parsable Element. Not intended to be used directly. Always as super class.
public class SetParser : ElementParserInheritance
Derived
Inherited Members
Constructors
SetParser(byte[], byte[], int)
Initializes a new instance of the VisioForge.Core.Metadata.KLV.SetParser class.
public SetParser(byte[] key, byte[] value, int key_length)Parameters
Properties
Elements
Gets the elements.
public List<Element> Elements { get; }Property Value
KeyLength
Gets the key length.
public int KeyLength { get; }Property Value
Methods
Parse()
Parse the parent into items. Called on init and modification of parent value. If a known parser is not available for key, parse as generic KLV element.
public virtual void Parse()ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
-
A string that represents the current object.