MatchDataCollection<T>.Item Property (Int32)
Gets or sets the item at the given index.
Namespace: Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public T this[
int index
] { get; set; }
'Declaration
Public Default Property Item (
index As Integer
) As T
Get
Set
public:
property T default[int index] {
T get (int index);
void set (int index, T value);
}
Parameters
- index
Type: System.Int32
Index to get/set item from.
Return Value
Type: T
Item at index.
See Also
MatchDataCollection<T> Members
Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration Namespace