







[This is preliminary documentation and is subject to change.]
Copies the fields of the Emitter base class into the specified Emitter.
Namespace:
ProjectMercury.Emitters
Assembly:
ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0
Syntax
| C# |
|---|
protected void CopyBaseFields( Emitter emitter ) |
| Visual Basic (Declaration) |
|---|
Protected Sub CopyBaseFields ( _ emitter As Emitter _ ) |
| Visual C++ |
|---|
protected: void CopyBaseFields( Emitter^ emitter ) |
Parameters
- emitter
- Type: ProjectMercury.Emitters..::.Emitter
The Emitter which will be copied into.
