A Sandcastle Documented Class Library
Item Property (index)
NamespacesColladaSourceItem[([(Int32])])
Retrieves the entry at the given index in the source
Declaration Syntax
C#Visual BasicVisual C++
public Object this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As Object
public:
virtual property Object^ default[int index] {
	Object^ get (int index) sealed;
	void set (int index, Object^ value) sealed;
}
Parameters
index (Int32)
Index of the entry to retrieve from the source.
Return Value
Returns either the item or a list of items that are in the entry.

Assembly: Collada (Module: Collada) Version: 1.0.0.0 (1.0.0.0)