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

[Missing <summary> documentation for P:Mogware.VisualStudio.ColladaNet.Source.Item(System.Int32)]

Namespace:  Mogware.VisualStudio.ColladaNet
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.25 (1.0.0.25)

Syntax

C#
public Object this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As Object
Visual C++
public:
virtual property Object^ default[int index] {
	Object^ get (int index) sealed;
	void set (int index, Object^ value) sealed;
}

Parameters

index
Type: System..::.Int32

Implements

ISource..::.Item[([(Int32])])

See Also