public static void FillFromStorage(
Dictionary<string, Object> storage
)Public Shared Sub FillFromStorage (
storage As Dictionary(Of String, Object)
)public:
static void FillFromStorage(
Dictionary<String^, Object^>^ storage
)static member FillFromStorage :
storage : Dictionary<string, Object> -> unit