コード例 #1
0
 public void Add(FileInfoElement namespaceInformation)
 {
     BaseAdd(namespaceInformation);
 }
コード例 #2
0
        public override bool Equals(object namespaceInformation)
        {
            FileInfoElement info = namespaceInformation as FileInfoElement;

            return((info != null) && (Filename == info.Filename));
        }
コード例 #3
0
 public void Add(FileInfoElement namespaceInformation)
 {
     BaseAdd(namespaceInformation);
 }