AvalonEdit
Item Property (index)
NamespacesICSharpCode.AvalonEdit.UtilsCompressingTreeList<(Of <(<'T>)>)>Item[([( Int32])])
Gets or sets an item by index.
Declaration Syntax
C#Visual BasicVisual C++
public T this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As T
	Get
	Set
public:
virtual property T default[int index] {
	T get (int index) sealed;
	void set (int index, T value) sealed;
}
Parameters
index (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238