Class SetParser
Assembly: VisioForge.Core.dll
public class SetParser : ElementParser
Constructors
Declaration
public SetParser(byte[] key, byte[] value, int key_length)
Parameters
| Type |
Name |
Description |
| byte[] |
key |
|
| byte[] |
value |
|
| int |
key_length |
|
Properties
Declaration
public List<Element> Elements { get; }
Property Value
Declaration
public int KeyLength { get; }
Property Value
Methods
Declaration
public virtual void Parse()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides