MtString
Namespace: SharpPluginLoader.Core.MtTypes
public struct MtString
Inheritance Object → ValueType → MtString
Fields
RefCount
public int RefCount;
Length
public uint Length;
String
public <String>e__FixedBuffer String;
Properties
Item
public char Item { get; set; }