LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlAttributeCollection indexer

Gets the attribute at the specified index.

public MySqlAttribute this[int index] { get; }
parameterdescription
indexThe index.

Return Value

The MySqlAttribute at that index.

See Also