SetStringInternal() private méthode

private SetStringInternal ( string value ) : void
value string
Résultat void
Exemple #1
0
 public void Set(string value)
 {
     _internal.SetStringInternal(value);
 }