Click or drag to resize

CategorizedSettingsElementCollectionItem(Int32) Property

Gets or sets the CategorizedSettingsElement object at the specified index.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
public CategorizedSettingsElement this[
	int index
] { get; set; }
View Source

Parameters

index  Int32
Zero-based index for the CategorizedSettingsElement object to retrieve.

Return Value

CategorizedSettingsElement
The CategorizedSettingsElement object at the specified index if it exists; otherwise null.
See Also