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