[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.BaseReader.-ctor

BaseReader Constructor

BaseReader(IContext, IAttributeHelper, TextReader)

Creates an instance of BaseReader.

Declaration
protected BaseReader(IContext context, IAttributeHelper helper, TextReader reader)
Protected Sub New(context As IContext, helper As IAttributeHelper, reader As TextReader)
Parameters
Type Name Description
IContext context

The context.

IAttributeHelper helper

The attribute helper.

TextReader reader

The text reader.