A little bit of everything...

Office development, VSTO, Sharepoint

April, 2009

Posts
  • A little bit of everything...

    Using params keyword

    • 0 Comments
    Let’s say you have a class and you want to store a collection of strings in that class. How would your method look like which would let you add a string to the class? 1: public class SampleClass 2: { 3: private List< string > myList...
Page 1 of 1 (1 items)