void RemoveMetaObject(
string name,
CultureInfo? culture = null
)
Sub RemoveMetaObject (
name As String,
Optional culture As CultureInfo = Nothing
)
void RemoveMetaObject(
String^ name,
CultureInfo^ culture = nullptr
)
abstract RemoveMetaObject :
name : string *
?culture : CultureInfo
(* Defaults:
let _culture = defaultArg culture null
*)
-> unit
name is considered as case-sensitive. If name occurs multiple times in the resource set in case-insensitive manner, they can be removed one by one only.
ArgumentNullException | name is . |
ObjectDisposedException | The IExpandoResourceManager is already disposed. |
InvalidOperationException | The current IExpandoResourceManager is a HybridResourceManager, and Source is CompiledOnly. |