Inheritance Hierarchy
Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public class Dictionary : RXObject, IDictionary
Public Class Dictionary
Inherits RXObject
Implements IDictionary
public ref class Dictionary : public RXObject,
IDictionary
type Dictionary =
class
inherit RXObject
interface IDictionary
end
The Dictionary type exposes the
following members.
Constructors
| |
Name |
Description |
|
Dictionary
|
Initializes a new instance of the Dictionary class |
Top
Properties
Methods
| |
Name |
Description |
|
At(Int32)
|
|
|
At(String)
|
|
|
AtKeyAndIdPut
|
|
|
AtPut(Int32,
RXObject)
|
|
|
AtPut(String,
RXObject)
|
|
|
AtPut(Int32,
RXObject, RXObject)
|
|
|
AtPut(String, RXObject,
Int32)
|
|
|
AtPut(String, RXObject,
RXObject)
|
|
|
AtPut(String, RXObject,
Int32, RXObject)
|
|
|
Clone
|
(Inherited from RXObject) |
|
CompareTo
|
(Inherited from RXObject) |
|
Contains(Int32)
|
|
|
Contains(String)
|
|
|
CopyFrom
|
(Inherited from RXObject) |
|
CopyTo
|
|
|
CreateObjRef
|
(Inherited from MarshalByRefObject) |
|
DeleteUnmanagedObject
|
(Inherited from RXObject) |
|
Dispose
|
(Inherited from DisposableWrapper) |
|
Dispose(Boolean)
|
(Inherited from DisposableWrapper) |
|
Equals
|
(Inherited from DisposableWrapper) |
|
Finalize
|
(Inherited from DisposableWrapper) |
|
GetEnumerator
|
|
|
GetHashCode
|
(Inherited from DisposableWrapper) |
|
GetLifetimeService
|
(Inherited from MarshalByRefObject) |
|
GetMetaObject
|
(Inherited from RXObject) |
|
GetRXClass
|
(Inherited from RXObject) |
|
GetType
|
(Inherited from Object) |
|
ICollection_CopyTo
|
|
|
IdAt
|
|
|
IDictionary_Add
|
|
|
IDictionary_Clear
|
|
|
IDictionary_Contains
|
|
|
IDictionary_Remove
|
|
|
IEnumerable_GetEnumerator
|
|
|
InitializeLifetimeService
|
(Inherited from MarshalByRefObject) |
|
KeyAt
|
|
|
MemberwiseClone
|
(Inherited from Object) |
|
MemberwiseClone(Boolean)
|
(Inherited from MarshalByRefObject) |
|
QueryX
|
(Inherited from RXObject) |
|
Remove(Int32)
|
|
|
Remove(String)
|
|
|
ResetKey(Int32,
String)
|
|
|
ResetKey(String,
String)
|
|
|
ToString
|
(Inherited from Object) |
|
X
|
(Inherited from RXObject) |
Top
See Also