GetName() public method

public GetName ( int action ) : String
action int
return String
Exemplo n.º 1
0
 // Get the name of the specified action
 public virtual string GetName(int action)
 {
     return(actionExpert.GetName(action));
 }
Exemplo n.º 2
0
 public string GetName(int i)
 {
     return(actionExpert.GetName(i));
 }