AvailableValuesCollection.Item Property (Int32) |
Gets or sets the element at the specified index.
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic KeyValuePair<Object, string> this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As KeyValuePair(Of Object, String)
Get
Set
public:
virtual property KeyValuePair<Object^, String^> default[int index] {
KeyValuePair<Object^, String^> get (int index) sealed;
void set (int index, KeyValuePair<Object^, String^> value) sealed;
}
abstract Item : KeyValuePair<Object, string> with get, set
override Item : KeyValuePair<Object, string> with get, set
Parameters
- index
- Type: System.Int32
The zero-based index of the element to get or set.
Return Value
Type:
KeyValuePair<Object,
String>The element at the specified index.
Implements
IList<T>.Item[Int32]IReadOnlyList<T>.Item[Int32]
Exceptions
See Also