ByteBufferItem 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#
public byte this[
	int i
] { get; set; }

Parameters

i  Int32
 

Property Value

Byte

See Also