TextBindingNodeReference constructor

TextBindingNodeReference(
  1. CompileViewStorage storage,
  2. int nodeIndex
)

Implementation

TextBindingNodeReference(CompileViewStorage storage, int nodeIndex)
    : super._textBindingNode(storage, nodeIndex);