Constructor CharsRef
CharsRef()
Creates a new CharsRef initialized an empty array zero-Length
Declaration
public CharsRef()
CharsRef(Int32)
Creates a new CharsRef initialized with an array of the given
capacity
.
Declaration
public CharsRef(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity |
CharsRef(Char[], Int32, Int32)
Creates a new CharsRef initialized with the given chars
,
offset
and length
.
Declaration
public CharsRef(char[] chars, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | chars | |
System.Int32 | offset | |
System.Int32 | length |
CharsRef(String)
Creates a new CharsRef initialized with the given
Declaration
public CharsRef(string string)
Parameters
Type | Name | Description |
---|---|---|
System.String | string |