DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSHARP
how to handle array getter setter in c# of string type
public
List
<
string
>
List
{
get
{
return
list
;
}
set
{
list
=
value
;
}
}
PREVIOUS
NEXT
Tagged:
#handle
#array
#getter
#setter
#string
#type
ADD COMMENT
Topic
COMMENT
Name
3+3 =
Submit