Esempio n. 1
0
 /// <summary>
 /// The options to add to the set as <see cref="EmberApsOption"/> </summary>
 public void AddOptions(EmberApsOption options)
 {
     _options.Add(options);
 }
Esempio n. 2
0
 /// <summary>
 /// The options to remove to the set as <see cref="EmberApsOption"/> </summary>
 public void RemoveOptions(EmberApsOption options)
 {
     _options.Remove(options);
 }