[]
Replaces default ResourceManager with the EmbeddedResourceManager in the specified class.
public static void InjectTo(Type resourceDesignerType)
| Type | Name | Description |
|---|---|---|
| Type | resourceDesignerType | The resource's designer auto-generated class. |
For internal use.
Injects this EmbeddedResourceManager into all specified resource designer types.
public static void InjectTo(params Type[] types)
| Type | Name | Description |
|---|---|---|
| Type[] | types | The resource designer types to inject into. |