private SkillType type; public SkillType Type => type;

.

vs

.

public SkillType Type {get; set;}


어떤게 더 좋은 방식일까?