StateBag.IDictionary.Add(Object, Object) 方法
定義
如需這個成員的說明,請參閱 Add(Object, Object)。For a description of this member, see Add(Object, Object).
virtual void System.Collections.IDictionary.Add(System::Object ^ key, System::Object ^ value) = System::Collections::IDictionary::Add;
void IDictionary.Add (object key, object value);
Sub Add (key As Object, value As Object) Implements IDictionary.Add
參數
實作
備註
這個成員是明確介面成員實作,This member is an explicit interface member implementation. 只有在 StateBag 執行個體轉換成 IDictionary 介面時,才能使用這個成員。It can be used only when the StateBag instance is cast to an IDictionary interface.