Gets a collection item by Name.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public T this[
	string strName
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	strName As String _
) As T
	Get

Parameters

strName
Type: System..::..String

See Also