Class StringBuilderCharSequenceWrapper
An adapter for System.Text.StringBuilder that implements ICharSequence
Inheritance
System.Object
StringBuilderCharSequenceWrapper
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Support
Assembly: Lucene.Net.dll
Syntax
public class StringBuilderCharSequenceWrapper : ICharSequence
Constructors
| Improve this Doc View SourceStringBuilderCharSequenceWrapper(StringBuilder)
Declaration
public StringBuilderCharSequenceWrapper(StringBuilder wrappedValue)
Parameters
Type | Name | Description |
---|---|---|
System.Text.StringBuilder | wrappedValue |
Properties
| Improve this Doc View SourceItem[Int32]
Declaration
public char this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.Char |
Length
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
System.Object.Equals(System.Object)
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
|
Improve this Doc
View Source
SubSequence(Int32, Int32)
Declaration
public ICharSequence SubSequence(int start, int end)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | start | |
System.Int32 | end |
Returns
Type | Description |
---|---|
ICharSequence |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()