Skip to content

d-tolstov/Ax2009-IDictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Аналог интерфейса IDictionary<TKey,TValue> в Ax2009

Оборачиваем класс Map и интерфейс System.Collections.Generic.IDictionary<TKey,TValue> в один интерфейс IDictionary в Ax2009.

Оборачиваем классы Struct, System.Collections.Generic.Dictionary<System.String,System.Object>, System.Collection.Hashtable в один интерфейс IStruct в Ax2009.

Интерфейс IStruct является аналогом интерфейса IDictionary. Кроме функций Add, Item, ContainsKey и Remove.

Оба интерфейса наследуют Enumerable.

Class diagram

схема

Dependencies

About

IDictionary interface in Ax2009

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published