Method | Description | |
---|---|---|
EmitMappings ( this objectInfo, |
Emits the mappings for the specified IObjectInfo to the specified TextWriter.
|
|
EmitMappingsToConsole ( this objectInfo ) : void |
Emits the mappings for the specified IObjectInfo to the Console.
|
public static EmitMappings ( this objectInfo, |
||
objectInfo | this | The object information to emit. |
textWriter | The text writer to write to. | |
return | void |
public static EmitMappingsToConsole ( this objectInfo ) : void | ||
objectInfo | this | The object information to emit. |
return | void |