AvalonEdit
Item Property (index)
NamespacesICSharpCode.AvalonEdit.UtilsDeque<(Of <(<'T>)>)>Item[([( Int32])])
Gets/Sets an element inside the deque.
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:
property T default[int index] {
	T get (int index);
	void set (int index, T value);
}
Parameters
index (Int32)

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