SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Byte
Buffer
Item Property
Access to particular bytes of this instance. Index i goes from 0 to Count - 1.
Definition
Namespace:
OddPrg
Assembly:
OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
Copy
public
byte
this
[
int
i
] {
get
;
set
; }
Parameters
i
Int32
Property Value
Byte
See Also
Reference
ByteBuffer Class
OddPrg Namespace
In This Article
Definition
Parameters
Property Value
See Also