Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to handle list properties in c# of string type

 public list<string> Array
    {
        get { return array; }
        set { array = value; }
    }
 
PREVIOUS NEXT
Tagged: #handle #list #properties #string #type
ADD COMMENT
Topic
Name
7+9 =