C# Class TSystems.RELOAD.Storage.DataValue

A single-value element is a simple sequence of bytes. There may be
only one single-value element for each Resource-ID, Kind-ID pair. A single value element is represented as a DataValue, which contains the following two elements: RELOAD base -12 p.83 --alex
Show file Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
exists System.Boolean
value IUsage

Property Details

exists public property

public Boolean,System exists
return System.Boolean

value public property

public IUsage value
return IUsage