9 Ağustos 2016 Salı

ImmutableList Sınıfı

Constructor
Şöyle yaparız.
ImmutableList<string> list = ImmutableList<string>.Empty;
Add metodu
Şöyle yaparız.
string example = ...;
list = list.Add (example);




Hiç yorum yok:

Yorum Gönder