class AmmunitionTypeDictionary

Parents

object

IReadOnlyList<BallisticCalculator.Data.Dictionary.AmmunitionType>

IEnumerable<BallisticCalculator.Data.Dictionary.AmmunitionType>

IEnumerable

IReadOnlyCollection<BallisticCalculator.Data.Dictionary.AmmunitionType>

Brief

The list of ammunition types

Public Properties

Count

Gets the number of items

Item

Gets an item by the index

Public Constructors

AmmunitionTypeDictionary

Constructor

Public Methods

Add

Adds an element to the list

GetEnumerator

Gets an enumerator

RemoveAt

Removes an element from the list

Sort

Sorts the dictionary using the specified function

back