Item Property
Item[Int32]
When implemented by a class, provides an indexed access to ICodeRefactorItem
objects stored in the collection.
Declaration
ICodeRefactorItem this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
ICodeRefactorItem |