public string DoSomething(Roles role) { // do some different behavior based on the enum - probably a switch or if chain here return role.
確定! 回上一頁