Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class CountrySpecifications

    Inheritance
    object
    Dictionary<string, CountrySpecification>
    CountrySpecifications
    Implements
    IDictionary<string, CountrySpecification>
    ICollection<KeyValuePair<string, CountrySpecification>>
    IReadOnlyDictionary<string, CountrySpecification>
    IReadOnlyCollection<KeyValuePair<string, CountrySpecification>>
    IEnumerable<KeyValuePair<string, CountrySpecification>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable
    Inherited Members
    Dictionary<string, CountrySpecification>.Add(string, CountrySpecification)
    Dictionary<string, CountrySpecification>.Clear()
    Dictionary<string, CountrySpecification>.ContainsKey(string)
    Dictionary<string, CountrySpecification>.ContainsValue(CountrySpecification)
    Dictionary<string, CountrySpecification>.EnsureCapacity(int)
    Dictionary<string, CountrySpecification>.GetEnumerator()
    Dictionary<string, CountrySpecification>.OnDeserialization(object)
    Dictionary<string, CountrySpecification>.Remove(string)
    Dictionary<string, CountrySpecification>.Remove(string, out CountrySpecification)
    Dictionary<string, CountrySpecification>.TrimExcess()
    Dictionary<string, CountrySpecification>.TrimExcess(int)
    Dictionary<string, CountrySpecification>.TryAdd(string, CountrySpecification)
    Dictionary<string, CountrySpecification>.TryGetValue(string, out CountrySpecification)
    Dictionary<string, CountrySpecification>.Comparer
    Dictionary<string, CountrySpecification>.Count
    Dictionary<string, CountrySpecification>.this[string]
    Dictionary<string, CountrySpecification>.Keys
    Dictionary<string, CountrySpecification>.Values
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    Assembly: Inttegro.dll
    Syntax
    public sealed class CountrySpecifications : Dictionary<string, CountrySpecification>, IDictionary<string, CountrySpecification>, ICollection<KeyValuePair<string, CountrySpecification>>, IReadOnlyDictionary<string, CountrySpecification>, IReadOnlyCollection<KeyValuePair<string, CountrySpecification>>, IEnumerable<KeyValuePair<string, CountrySpecification>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX