summary refs log tree commit diff
path: root/crypto/src/asn1/LazyDLEnumerator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/asn1/LazyDLEnumerator.cs')
-rw-r--r--crypto/src/asn1/LazyDLEnumerator.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/src/asn1/LazyDLEnumerator.cs b/crypto/src/asn1/LazyDLEnumerator.cs
index 5e1be8228..b71cb49e9 100644
--- a/crypto/src/asn1/LazyDLEnumerator.cs
+++ b/crypto/src/asn1/LazyDLEnumerator.cs
@@ -1,5 +1,4 @@
 using System;
-using System.Collections;
 using System.Collections.Generic;
 using System.IO;
 
@@ -20,7 +19,7 @@ namespace Org.BouncyCastle.Asn1
             Reset();
         }
 
-        object IEnumerator.Current
+        object System.Collections.IEnumerator.Current
         {
             get { return Current; }
         }