Beispiel #1
0
 public bool Remove(
     Bookmark bookmark
     )
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public int IndexOf(
     Bookmark bookmark
     )
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public bool Contains(
     Bookmark bookmark
     )
 {
     throw new NotImplementedException();
 }