DVTk API
Item Property (index)
DVTkDvtkData.CollectionsNullSafeCollectionBaseItem[([(Int32])])
DVTk API

[This is preliminary documentation and is subject to change.]

Gets or sets the item at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
protected Object this[
	int index
] { get; set; }
Protected Default Property Item ( _
	index As Integer _
) As Object
protected:
property Object^ default[int index] {
	Object^ get (int index);
	void set (int index, Object^ value);
}
Parameters
index (Int32)
Value
The item at the specified index.
Remarks
Method access is protected. Only to be accessed by subclass.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0