Class Element
Assembly: VisioForge.Core.dll
Constructors
Declaration
public Element(byte[] key, byte[] value)
Parameters
| Type |
Name |
Description |
| byte[] |
key |
|
| byte[] |
value |
|
Properties
Declaration
public virtual byte[] Key { get; }
Property Value
Declaration
public byte[] Length { get; }
Property Value
Declaration
public virtual string Name { get; set; }
Property Value
Declaration
public byte[] OriginalData { get; set; }
Property Value
Declaration
public virtual byte[] Value { get; set; }
Property Value
Methods
Declaration
public virtual byte[] Bytes()
Returns
Declaration
Returns
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