The RendererMap type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
|  | RendererMap | 
            Default Constructor
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Clear | 
            Clear the map of renderers
             | 
|  |  Equals | (Inherited from  Object.) | 
|  |  Finalize | 
                    Allows an (Inherited from  Object to attempt to free resources and perform other cleanup operations before the  Object is reclaimed by garbage collection.  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 (Inherited from  Type of the current instance.  Object.) | 
|  |  MemberwiseClone | 
                    Creates a shallow copy of the current (Inherited from  Object.  Object.) | 
|  | Put | 
            Register an IObjectRenderer for typeToRender. 
             | 
|  |  ToString | (Inherited from  Object.) | 
Properties
| Name | Description | |
|---|---|---|
|  | DefaultRenderer | 
            Get the default renderer instance
             | 
See Also