[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.BaseWriter.-ctor

BaseWriter Constructor

BaseWriter(IContext, IAttributeHelper, TextWriter)

Creates an instance of BaseWriter

Declaration
protected BaseWriter(IContext context, IAttributeHelper helper, TextWriter writer)
Protected Sub New(context As IContext, helper As IAttributeHelper, writer As TextWriter)
Parameters
Type Name Description
IContext context

The context object.

IAttributeHelper helper

The attribute helper instance.

TextWriter writer

The writer.