예제 #1
0
파일: Options.cs 프로젝트: pedoc/Pcap.Net
 /// <summary>
 /// A string of all the option type names.
 /// </summary>
 public sealed override string ToString()
 {
     return(OptionsCollection.SequenceToString(", ", GetType().Name + " {", "}"));
 }