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.181-beta
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