GetAllRoles() public method

public GetAllRoles ( ) : string[]
return string[]
 public static string[] GetAllRoles()
 {
     CodeFirstRoleProvider rp = new CodeFirstRoleProvider();
     return rp.GetAllRoles();
 }