Dinesh Santhalingam

Dinesh Santhalingam

  • NA
  • 737
  • 358.4k

Return two values in static method

Jan 4 2017 4:16 AM
I have a static method Where i return a variable .
  1.  public static Array LoadAssetAssignView()  
  2. {  
  3. //do something  
  4.  return arr;  
  5. }  
My question is ,Is it possible to return more than one array. 

Answers (6)