Click or drag to resize

KeyedListItem Property (Int32)

Gets or sets the value associated with the specified index

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public Object this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: Object
See Also