ResXResourceSetGetDefaultWriter Method

Returns the type of ResXResourceWriter, which is the preferred resource writer class for ResXResourceSet.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public override Type GetDefaultWriter()

Return Value

Type
The Type of ResXResourceWriter, which is the preferred resource writer for ResXResourceSet.

See Also