Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")>
Public Class HashedList
    Implements IDictionary, ICollection, IEnumerable
C#
[DefaultMemberAttribute("Item")]
public class HashedList : IDictionary, ICollection, IEnumerable
C++
[DefaultMemberAttribute(L"Item")]
ref class HashedList : IDictionary, ICollection, IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */
public class HashedList implements IDictionary, ICollection, IEnumerable
JScript
public 
   DefaultMemberAttribute("Item")
class HashedList extends IDictionary, ICollection, IEnumerable

Inheritance Hierarchy

System.Object
   nom.tam.util.HashedList

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also