C# Class TSystems.RELOAD.Storage.ArrayEntry

An array is a set of opaque values addressed by an integer index. Arrays are zero based. RELOAD base -13 p.83 --alex
ファイルを表示 Open project: RELOAD-NET/RELOAD.NET Class Usage Examples

Public Properties

Property Type Description
index System.UInt32
value DataValue

Property Details

index public_oe property

public UInt32,System index
return System.UInt32

value public_oe property

public DataValue,TSystems.RELOAD.Storage value
return DataValue