Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <DefaultMemberAttribute("Item")> Public Class DefaultValueHashtable Inherits Hashtable |
| C# |
|---|
| [DefaultMemberAttribute("Item")] public class DefaultValueHashtable : Hashtable |
| C++ |
|---|
| [DefaultMemberAttribute(L"Item")] ref class DefaultValueHashtable : Hashtable |
| J# |
|---|
| /** @attribute DefaultMemberAttribute("Item") */ public class DefaultValueHashtable extends Hashtable |
| JScript |
|---|
| public DefaultMemberAttribute("Item") class DefaultValueHashtable extends Hashtable |
Inheritance Hierarchy
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.