blob: 3de9e2245fbef01a8fd06d49e397e9b33e4a0928 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class CharTermAttribute
| Apache Lucene.NET 4.8.0-beta00013 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class CharTermAttribute
| Apache Lucene.NET 4.8.0-beta00013 Documentation ">
<meta name="generator" content="docfx 2.56.2.0">
<link rel="shortcut icon" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/favicon.ico">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="core/toc.html">
<meta property="docfx:rel" content="https://lucenenet.apache.org/docs/4.8.0-beta00009/">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<span id="forkongithub"><a href="https://github.com/apache/lucenenet" target="_blank">Fork me on GitHub</a></span>
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo" class="svg" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search">
<ul class="level0 breadcrumb">
<li>
<a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">API</a>
<span id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute">
<h1 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute" class="text-break">Class CharTermAttribute
</h1>
<div class="markdown level0 summary"><p>Default implementation of <a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a>. </p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><a class="xref" href="Lucene.Net.Util.Attribute.html">Attribute</a></div>
<div class="level2"><span class="xref">CharTermAttribute</span></div>
<div class="level3"><a class="xref" href="Lucene.Net.Analysis.Token.html">Token</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></div>
<div><span class="xref">J2N.Text.ICharSequence</span></div>
<div><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute.html">ITermToBytesRefAttribute</a></div>
<div><a class="xref" href="Lucene.Net.Util.IAttribute.html">IAttribute</a></div>
<div><span class="xref">J2N.Text.IAppendable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<a class="xref" href="Lucene.Net.Util.Attribute.html#Lucene_Net_Util_Attribute_ReflectAsString_System_Boolean_">Attribute.ReflectAsString(Boolean)</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.Analysis.TokenAttributes.html">Lucene.Net.Analysis.TokenAttributes</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.dll</h6>
<h5 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class CharTermAttribute : Attribute, ICharTermAttribute, ICharSequence, ITermToBytesRefAttribute, IAttribute, IAppendable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute__ctor.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.%23ctor%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L48">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute__ctor_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.#ctor*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute__ctor" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.#ctor">CharTermAttribute()</h4>
<div class="markdown level1 summary"><p>Initialize this attribute with empty term text </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute()</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Buffer.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Buffer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L64">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Buffer_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Buffer*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Buffer" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Buffer">Buffer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public char[] Buffer { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_BytesRef.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.BytesRef%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L125">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_BytesRef_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.BytesRef*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_BytesRef" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.BytesRef">BytesRef</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual BytesRef BytesRef { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Util.BytesRef.html">BytesRef</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Item_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L136">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Item_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Item*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Item_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Item(System.Int32)">Item[Int32]</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public char this[int index] { get; set; }</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Length.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L95">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Length_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Length*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Length" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Length">Length</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int Length { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_J2N_Text_ICharSequence_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(J2N.Text.ICharSequence)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L302">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_J2N_Text_ICharSequence_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(J2N.Text.ICharSequence)">Append(ICharSequence)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(ICharSequence value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_J2N_Text_ICharSequence_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(J2N.Text.ICharSequence%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L311">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_J2N_Text_ICharSequence_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(J2N.Text.ICharSequence,System.Int32,System.Int32)">Append(ICharSequence, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(ICharSequence value, int startIndex, int charCount)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">charCount</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L289">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute)">Append(ICharTermAttribute)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(ICharTermAttribute value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Char_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L207">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Char_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char)">Append(Char)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(char value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Char___.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L213">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Char___" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char[])">Append(Char[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(char[] value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L226">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Char[],System.Int32,System.Int32)">Append(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(char[] value, int startIndex, int charCount)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">charCount</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L251">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_String_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.String)">Append(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_String_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.String%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L182">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_String_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.String,System.Int32,System.Int32)">Append(String, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(string value, int startIndex, int charCount)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">charCount</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Text_StringBuilder_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Text.StringBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L256">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Text_StringBuilder_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Text.StringBuilder)">Append(StringBuilder)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(StringBuilder value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Text_StringBuilder_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Text.StringBuilder%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L267">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Append_System_Text_StringBuilder_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Append(System.Text.StringBuilder,System.Int32,System.Int32)">Append(StringBuilder, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute Append(StringBuilder value, int startIndex, int charCount)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">charCount</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Clear.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clear%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L375">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Clear_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clear*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Clear" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clear">Clear()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Clear()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Lucene.Net.Util.Attribute.html#Lucene_Net_Util_Attribute_Clear">Attribute.Clear()</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Clone.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clone%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L380">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Clone_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clone*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Clone" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Clone">Clone()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override object Clone()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Object</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Lucene.Net.Util.Attribute.html#Lucene_Net_Util_Attribute_Clone">Attribute.Clone()</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_CopyBuffer_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyBuffer(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L55">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_CopyBuffer_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyBuffer*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_CopyBuffer_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyBuffer(System.Char[],System.Int32,System.Int32)">CopyBuffer(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void CopyBuffer(char[] buffer, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buffer</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_CopyTo_Lucene_Net_Util_IAttribute_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyTo(Lucene.Net.Util.IAttribute)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L438">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_CopyTo_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyTo*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_CopyTo_Lucene_Net_Util_IAttribute_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.CopyTo(Lucene.Net.Util.IAttribute)">CopyTo(IAttribute)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void CopyTo(IAttribute target)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Util.IAttribute.html">IAttribute</a></td>
<td><span class="parametername">target</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Lucene.Net.Util.Attribute.html#Lucene_Net_Util_Attribute_CopyTo_Lucene_Net_Util_IAttribute_">Attribute.CopyTo(IAttribute)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Equals_System_Object_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Equals(System.Object)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L390">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Equals_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Equals*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Equals_System_Object_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Equals(System.Object)">Equals(Object)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool Equals(object other)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Object</span></td>
<td><span class="parametername">other</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.Equals(System.Object)</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_FillBytesRef.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.FillBytesRef%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L120">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_FillBytesRef_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.FillBytesRef*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_FillBytesRef" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.FillBytesRef">FillBytesRef()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void FillBytesRef()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_GetHashCode.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.GetHashCode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L368">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_GetHashCode_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.GetHashCode*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_GetHashCode" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.GetHashCode">GetHashCode()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override int GetHashCode()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.GetHashCode()</span></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ReflectWith_Lucene_Net_Util_IAttributeReflector_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ReflectWith(Lucene.Net.Util.IAttributeReflector)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L431">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ReflectWith_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ReflectWith*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ReflectWith_Lucene_Net_Util_IAttributeReflector_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ReflectWith(Lucene.Net.Util.IAttributeReflector)">ReflectWith(IAttributeReflector)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void ReflectWith(IAttributeReflector reflector)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Util.IAttributeReflector.html">IAttributeReflector</a></td>
<td><span class="parametername">reflector</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Lucene.Net.Util.Attribute.html#Lucene_Net_Util_Attribute_ReflectWith_Lucene_Net_Util_IAttributeReflector_">Attribute.ReflectWith(IAttributeReflector)</a></div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ResizeBuffer_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ResizeBuffer(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L68">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ResizeBuffer_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ResizeBuffer*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ResizeBuffer_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ResizeBuffer(System.Int32)">ResizeBuffer(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public char[] ResizeBuffer(int newSize)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">newSize</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_SetEmpty.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetEmpty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L111">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_SetEmpty_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetEmpty*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_SetEmpty" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetEmpty">SetEmpty()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute SetEmpty()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_SetLength_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetLength(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L101">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_SetLength_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetLength*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_SetLength_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.SetLength(System.Int32)">SetLength(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public CharTermAttribute SetLength(int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.html">CharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Subsequence_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Subsequence(System.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L158">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Subsequence_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Subsequence*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Subsequence_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Subsequence(System.Int32,System.Int32)">Subsequence(Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ICharSequence Subsequence(int startIndex, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ToString.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L426">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ToString_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ToString*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_ToString" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.ToString">ToString()</h4>
<div class="markdown level1 summary"><p>Returns solely the term text as specified by the
<span class="xref">J2N.Text.ICharSequence</span> interface.
<p>
this method changed the behavior with Lucene 3.1,
before it returned a String representation of the whole
term with all attributes.
this affects especially the
<a class="xref" href="Lucene.Net.Analysis.Token.html">Token</a> subclass.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="Lucene.Net.Util.Attribute.html#Lucene_Net_Util_Attribute_ToString">Attribute.ToString()</a></div>
<h3 id="eii">Explicit Interface Implementations
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_J2N_Text_ICharSequence_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(J2N.Text.ICharSequence)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L492">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_J2N_Text_ICharSequence_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(J2N.Text.ICharSequence)">IAppendable.Append(ICharSequence)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(ICharSequence value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_J2N_Text_ICharSequence_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(J2N.Text.ICharSequence%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L494">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_J2N_Text_ICharSequence_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(J2N.Text.ICharSequence,System.Int32,System.Int32)">IAppendable.Append(ICharSequence, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(ICharSequence value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Char_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.Char)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L478">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Char_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.Char)">IAppendable.Append(Char)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(char value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Char___.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.Char%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L488">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Char___" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.Char[])">IAppendable.Append(Char[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(char[] value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L490">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.Char[],System.Int32,System.Int32)">IAppendable.Append(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(char[] value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L480">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_String_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.String)">IAppendable.Append(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_String_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.String%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L482">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_String_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.String,System.Int32,System.Int32)">IAppendable.Append(String, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(string value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Text_StringBuilder_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.Text.StringBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L484">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Text_StringBuilder_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.Text.StringBuilder)">IAppendable.Append(StringBuilder)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(StringBuilder value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Text_StringBuilder_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23IAppendable%23Append(System.Text.StringBuilder%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L486">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_IAppendable_Append_System_Text_StringBuilder_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#IAppendable#Append(System.Text.StringBuilder,System.Int32,System.Int32)">IAppendable.Append(StringBuilder, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">IAppendable IAppendable.Append(StringBuilder value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.IAppendable</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_HasValue.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23ICharSequence%23HasValue%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L53">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_HasValue_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#ICharSequence#HasValue*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_HasValue" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#ICharSequence#HasValue">ICharSequence.HasValue</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">bool ICharSequence.HasValue { get; }</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_Item_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23ICharSequence%23Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L131">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_Item_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#ICharSequence#Item*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_Item_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#ICharSequence#Item(System.Int32)">ICharSequence.Item[Int32]</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char ICharSequence.this[int index] { get; }</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_Length.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N%23Text%23ICharSequence%23Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L93">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_Length_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#ICharSequence#Length*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_J2N_Text_ICharSequence_Length" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.J2N#Text#ICharSequence#Length">ICharSequence.Length</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int ICharSequence.Length { get; }</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_J2N_Text_ICharSequence_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(J2N.Text.ICharSequence)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L454">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_J2N_Text_ICharSequence_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(J2N.Text.ICharSequence)">ICharTermAttribute.Append(ICharSequence)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(ICharSequence value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_J2N_Text_ICharSequence_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(J2N.Text.ICharSequence%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L456">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_J2N_Text_ICharSequence_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(J2N.Text.ICharSequence,System.Int32,System.Int32)">ICharTermAttribute.Append(ICharSequence, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(ICharSequence value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">J2N.Text.ICharSequence</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L472">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute)">ICharTermAttribute.Append(ICharTermAttribute)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(ICharTermAttribute value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Char_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.Char)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L458">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Char_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.Char)">ICharTermAttribute.Append(Char)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(char value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Char___.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.Char%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L460">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Char___" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.Char[])">ICharTermAttribute.Append(Char[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(char[] value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L462">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.Char[],System.Int32,System.Int32)">ICharTermAttribute.Append(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(char[] value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L464">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_String_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.String)">ICharTermAttribute.Append(String)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(string value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_String_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.String%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L466">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_String_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.String,System.Int32,System.Int32)">ICharTermAttribute.Append(String, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(string value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Text_StringBuilder_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.Text.StringBuilder)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L468">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Text_StringBuilder_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.Text.StringBuilder)">ICharTermAttribute.Append(StringBuilder)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(StringBuilder value)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Text_StringBuilder_System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Append(System.Text.StringBuilder%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L470">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Append_System_Text_StringBuilder_System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Append(System.Text.StringBuilder,System.Int32,System.Int32)">ICharTermAttribute.Append(StringBuilder, Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.Append(StringBuilder value, int startIndex, int count)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Text.StringBuilder</span></td>
<td><span class="parametername">value</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">startIndex</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">count</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Buffer.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Buffer%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L62">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Buffer_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Buffer*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Buffer" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Buffer">ICharTermAttribute.Buffer</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char[] ICharTermAttribute.Buffer { get; }</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_CopyBuffer_System_Char___System_Int32_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23CopyBuffer(System.Char%5B%5D%2CSystem.Int32%2CSystem.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L446">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_CopyBuffer_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#CopyBuffer*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_CopyBuffer_System_Char___System_Int32_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#CopyBuffer(System.Char[],System.Int32,System.Int32)">ICharTermAttribute.CopyBuffer(Char[], Int32, Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">void ICharTermAttribute.CopyBuffer(char[] buffer, int offset, int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td><span class="parametername">buffer</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">offset</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Item_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Item(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L133">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Item_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Item*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Item_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Item(System.Int32)">ICharTermAttribute.Item[Int32]</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char ICharTermAttribute.this[int index] { get; set; }</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">index</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Length.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23Length%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L91">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Length_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Length*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_Length" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#Length">ICharTermAttribute.Length</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">int ICharTermAttribute.Length { get; set; }</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_ResizeBuffer_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23ResizeBuffer(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L448">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_ResizeBuffer_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#ResizeBuffer*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_ResizeBuffer_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#ResizeBuffer(System.Int32)">ICharTermAttribute.ResizeBuffer(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">char[] ICharTermAttribute.ResizeBuffer(int newSize)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">newSize</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Char</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_SetEmpty.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23SetEmpty%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L452">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_SetEmpty_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#SetEmpty*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_SetEmpty" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#SetEmpty">ICharTermAttribute.SetEmpty()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.SetEmpty()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_SetLength_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene%23Net%23Analysis%23TokenAttributes%23ICharTermAttribute%23SetLength(System.Int32)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L450">View Source</a>
</span>
<a id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_SetLength_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#SetLength*"></a>
<h4 id="Lucene_Net_Analysis_TokenAttributes_CharTermAttribute_Lucene_Net_Analysis_TokenAttributes_ICharTermAttribute_SetLength_System_Int32_" data-uid="Lucene.Net.Analysis.TokenAttributes.CharTermAttribute.Lucene#Net#Analysis#TokenAttributes#ICharTermAttribute#SetLength(System.Int32)">ICharTermAttribute.SetLength(Int32)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">ICharTermAttribute ICharTermAttribute.SetLength(int length)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">length</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ICharTermAttribute.html">ICharTermAttribute</a>
</div>
<div>
<span class="xref">J2N.Text.ICharSequence</span>
</div>
<div>
<a class="xref" href="Lucene.Net.Analysis.TokenAttributes.ITermToBytesRefAttribute.html">ITermToBytesRefAttribute</a>
</div>
<div>
<a class="xref" href="Lucene.Net.Util.IAttribute.html">IAttribute</a>
</div>
<div>
<span class="xref">J2N.Text.IAppendable</span>
</div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00013/websites/apidocs/apiSpec/new?filename=Lucene_Net_Analysis_TokenAttributes_CharTermAttribute.md&amp;value=---%0Auid%3A%20Lucene.Net.Analysis.TokenAttributes.CharTermAttribute%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/apache/lucenenet/blob/fix/apidocs-layout/src/Lucene.Net/Analysis/TokenAttributes/CharTermAttribute.cs/#L36" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 The Apache Software Foundation, Licensed under the <a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. <br>All other marks mentioned may be trademarks or registered trademarks of their respective owners.</small>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.js"></script>
</body>
</html>