Struct NativeStringView
Syntax
public struct NativeStringView
Constructors
NativeStringView(Char*, Int32)
Declaration
public NativeStringView(char *p, int l)
Parameters
Properties
Item[Int32]
Declaration
public char this[int index] { get; set; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Length
Declaration
public int Length { get; }
Property Value
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides