ResXResourceSetRemoveObject Method
Removes a resource object from the current
ResXResourceSet with the specified
name.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void RemoveObject(
string name
)
Public Sub RemoveObject (
name As String
)
public:
virtual void RemoveObject(
String^ name
) sealed
abstract RemoveObject :
name : string -> unit
override RemoveObject :
name : string -> unit
- name String
- Name of the resource value to remove. Name is treated case sensitive.
IExpandoResourceSetRemoveObject(String)