adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / IReadOnlyDictionary<TKey,TValue> Interface
Properties Methods

In This Topic
    IReadOnlyDictionary<TKey,TValue> Interface Members
    In This Topic

    The following tables list the members exposed by IReadOnlyDictionary<TKey,TValue>.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from )
     PropertyGets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). (Inherited from )
     Property  
     PropertyGets an object that can be used to synchronize access to the System.Collections.ICollection. (Inherited from )
    Top
    Public Methods
     NameDescription
     MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>)
     MethodRemoves all items from the ICollection. (Inherited from )
     MethodDetermines whether the ICollection contains a specific value. (Inherited from )
     Method  
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from )
     MethodReturns an enumerator that iterates through the collection. (Inherited from )
     MethodRemoves the first occurrence of a specific object from the ICollection. (Inherited from )
     Method  
    Top
    See Also