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