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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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