Method DeepCopyOf
DeepCopyOf(CharsRef)
Creates a new CharsRef that points to a copy of the chars from
other
.
The returned CharsRef will have a Length of other.Length
and an offset of zero.
Declaration
public static CharsRef DeepCopyOf(CharsRef other)
Parameters
Type | Name | Description |
---|---|---|
CharsRef | other |
Returns
Type | Description |
---|---|
CharsRef |