コード例 #1
0
 /// <summary>
 /// Add wird bei Blatt in Kopositum nicht unterstützt
 /// </summary>
 /// <param name="x"></param>
 public void Add(IDirectoryElement x)
 {
     throw new NotSupportedException();
 }
コード例 #2
0
 /**
  * Füge ein neues Directory Element an den Folder ein.
  *
  * @param x Objekt, das angehängt werden soll.
  */
 public void Add(IDirectoryElement x)
 {
     myList.Add(x);
 }