Class CharacterEntry
public sealed class CharacterEntry
- Inheritance
-
CharacterEntry
- Inherited Members
Constructors
CharacterEntry(string, string)
public CharacterEntry(string name = "", string password = "")
Parameters
Properties
Lenght
public static int Lenght { get; }
Property Value
Name
public string Name { get; set; }
Property Value
Password
public string Password { get; set; }
Property Value
Methods
ToArray()
public byte[] ToArray()
Returns
- byte[]