[]
Gets the ExportProvider at the specified index.
public ExportProvider this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index in the current collection. |
Type | Description |
---|---|
ExportProvider | The element at the specified index. |
Gets the ExportProvider with the specified default file extension (see DefaultExtension).
public ExportProvider this[string extension] { get; }
Type | Name | Description |
---|---|---|
string | extension | The default file extension associated with the export format. |
Type | Description |
---|---|
ExportProvider | The ExportProvider that has the specified default extension, or null if no such provider exists in the current collection. |