void RemoveObject(
string name
)Sub RemoveObject (
name As String
)void RemoveObject(
String^ name
)abstract RemoveObject :
name : string -> unit If this IExpandoResourceSet instance is a hybrid resource set, and there is a binary resource defined for name, then after this call the originally defined value will be returned by GetObject method. If you want to force GetObject to return always for this resource set, then use the SetObject method with a value
| ObjectDisposedException | The IExpandoResourceSet is already disposed. |
| ArgumentNullException | name is . |