IReadOnlyCollection<T>.Item Property (Int32)
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
When implemented by a class, gets the item at the specified index.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll)
Syntax
'Declaration
ReadOnlyPropertyItem ( _
indexAs Integer _
) As T
T Item[
int index
] { get; }
property T Item[int index] {
T get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
The index of the item to get.
Return Value
The item at the specified index.
See Also
IReadOnlyCollection<T> Interface
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |