Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. public void update (List<unowned string> components)
  2.   {
  3.     if (components != null)
  4.       {
  5.         this.foo = components.data;
  6.         components = components.next;
  7.       }
  8.     else
  9.       {
  10.         this.foo = "";
  11.       }
  12.  
  13.     // Repeat multiple times.
  14.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement