Field.Item

Field indexer (1 of 2)

Gets subfield contained in this field by name of the subfield.

public WidgetAnnotation this[string name] { get; }
ParameterDescription
nameContained subfield name.

Return Value

Field instance.

See Also


Field indexer (2 of 2)

Gets subfield contained in this field by index.

public WidgetAnnotation this[int index] { get; }
ParameterDescription
indexIndex of the reuqested subfield.

Return Value

Field instance.

See Also