using System.Collections.Generic; namespace Rokojori { public class MemberData { public string m; public string v; } }