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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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