void Store( Dictionary<string, Object> storage )
Sub Store ( storage As Dictionary(Of String, Object) )
void Store( Dictionary<String^, Object^>^ storage )
abstract Store : storage : Dictionary<string, Object> -> unit
In This Article