public ItemModel(
Dictionary<string, Object> storage
)
Public Sub New (
storage As Dictionary(Of String, Object)
)
public:
ItemModel(
Dictionary<String^, Object^>^ storage
)
new :
storage : Dictionary<string, Object> -> ItemModel