Class UserData
A custom class to store the Username and Data together
Inherited Members
Namespace: JelleVer.DatabaseTools
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class UserData
Fields
data
Declaration
public string data
Field Value
| Type | Description |
|---|---|
| String |
username
Declaration
public string username
Field Value
| Type | Description |
|---|---|
| String |