A Sandcastle Documented Class Library
Item Property (index)
NamespacesGifComponentsIndexedPixelsItem[([(Int32])])
Gets or sets the byte at the specified index in the collection.
Declaration Syntax
C#Visual BasicVisual C++
public byte this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As Byte
public:
property unsigned char default[int index] {
	unsigned char get (int index);
	void set (int index, unsigned char value);
}
Parameters
index (Int32)
Remarks
Note the use of base.Items[index] rather than base[index]. This is becase base[index] is read-only when the instance has been instantiated with a default size, whereas the protected Items property is not read-only.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453