ES3Writer.WriteProperty

public void WriteProperty<T>(string name, object value)

Description

Writes a property to the ES3Writer with the given property name and value.

Should only usually be called within an ES3Type.

Parameters

T The type of the data we're writing. Can be an inherited type.

name

The name of the property we are writing.

value

The value of the property we want to write.