示例#1
0
 public LinqDirectorySearcher(
     DirectoryEntry entry) : base(entry)
 {
     Base = this;
 }
示例#2
0
 public LinqDirectorySearcher() : base()
 {
     Base = this;
 }