Guest User

Untitled

a guest
Jun 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ThirdPartyComponent instanceOfComponent = new instanceOfComponent();
  2. instanceOfComponent.GetResults();
  3.  
  4. for(int i = 0; i < instanceOfComponent.Results.Count; ++i) {
  5. // Some stuff happens
  6. }
  7.  
  8. for(int i = 0; i < ((ICollection)instanceOfComponent.Results).Count; ++i)
Add Comment
Please, Sign In to add comment