The RendererMap type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clear the map of renderers
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | FindAndRender(Object) |
Render obj using the appropriate renderer.
|
![]() | FindAndRender(Object, TextWriter) |
Render obj using the appropriate renderer.
|
![]() | Get(Object) |
Gets the renderer for the specified object type
|
![]() | Get(Type) |
Gets the renderer for the specified type
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Put |
Register an IObjectRenderer for typeToRender.
|
![]() | ToString | (Inherited from Object.) |
See Also