Gets the resource at the specified index.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public Resource this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Resource

Parameters

index
Type: System..::.Int32
The zero-based index of the resource to be get.

Return Value

The resource at the specified index.

See Also