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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
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