IMapUnkn_DG Interface
Map IUnk -> IUnk. The map contains entities (map[IEntity_DG]) is an IEntity_DG) only in this release
A standalone map can be created with a IObjectGenerator_DG.Create<IMapUnkn_DG>() call.
Properties
- int Count { get; }
Methods
- IsEmpty
- IsIn
- GetAt
- SetAt
- RemoveAt
- Clear
- GetEnumerator
bool IsEmpty()
boolbool IsIn(IUnk key)
IUnk GetAt(IUnk key)
void SetAt(IUnk key, IUnk iValue)
void RemoveAt(IUnk key)
void Clear()
IEnumerator GetEnumerator()
|