ObservableDictionaryRemove Method (String) |
[Missing <summary> documentation for "M:foodez.Common.ObservableDictionary.Remove(System.String)"]
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:foodez.Common.ObservableDictionary.Remove(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:foodez.Common.ObservableDictionary.Remove(System.String)"]
Implements
IDictionaryTKey, TValueRemove(TKey)
See Also