class AmmunitionCaliberDictionary

Parents

object

IReadOnlyList<BallisticCalculator.Data.Dictionary.AmmunitionCaliber>

IEnumerable<BallisticCalculator.Data.Dictionary.AmmunitionCaliber>

IEnumerable

IReadOnlyCollection<BallisticCalculator.Data.Dictionary.AmmunitionCaliber>

Brief

The dictionary of ammunition calibers

Public Properties

Count

Returns the number of the items

Item

Returns an item by its index

Public Constructors

AmmunitionCaliberDictionary

Public Methods

Add

Adds an element to the list

Find

Finds the the item that matches the predicate specified

GetEnumerator

Returns a enumerator

IndexOf

Finds an index of the item that matches the predicate specified

RemoveAt

Removes an element from the list

back