public struct 结构名
比如:
public struct Person
{ public string name;
public int age;
public char gender;
}